How I can get logged in user's info like email id,name,city etc. in Facebook with uId
Posted
by vaibhavbhalke
on Stack Overflow
See other posts from Stack Overflow
or by vaibhavbhalke
Published on 2010-04-20T08:51:23Z
Indexed on
2010/04/20
8:53 UTC
Read the original article
Hit count: 408
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.
© Stack Overflow or respective owner