views:

523

answers:

2

Hi all Can any one help me to get logged in user's info like email id,name,city etc. with the help of Facebook uId . " Long uid = apiClient.getLoggedInUser ();" Users_getInfo is not useful. It returns No of users connected to _User & according that there info gets.

If user login successfully using fb connect, Facebook gives us uid. However, I need to match the logged in user with our member's account If that member is not present in DB then want to register him and I'm trying to do that with e-mail(hashed) address and other info. Is there any solution?

A: 

http://wiki.developers.facebook.com/index.php/Users.getInfo this function gives you some of the information of user. Like uid first_name middle_name last_name name locale current_location affiliations (regional type only) pic_square profile_url sex

Osman Üngür
Thanks for Replay. User.getInfo returns list of user with their info.I want email id,name etc when any user sign in through Facebook.
Vaibhav Bhalke
Vaibhav Bhalke
Ok. this function gives you first - last name and proxified email.
Osman Üngür
Hello Osman.... 1 More ProblemIn Facebook: How to get User's list_ of_friends_ ID when User is offline[not Sign In].
Vaibhav Bhalke
As you know,We are Integrating facebook application in our website.Our website development in Java's GWT[Googlw Web Toolkit] FrameWork. We are refering "Gwittit" sample codeWe open facebook account for our website and want to show all users[friends] photo conected to Website's FACEBOOK account when FB A/C is offline [not sign in].We have used apiclient.getFriendList() in that we get list of all user id [with photo]connected to Our website's fb a/c.But Problem is that we have to sign in first and we don't want thatbcoz our website's fb a/c not everytime sign in
Vaibhav Bhalke
Hope for the Best Co-operation
Vaibhav Bhalke
A: 

i too need emailid of my frds just after login only but we r not getting the same give us with a solution ,added i am using i frame implementation

hari