Open samurai404 opened 7 years ago
after a successfull login i would like to retrieve user informations (id , email , name and last name) , i can only get the token , pleaaaaaase help , i really need this !!!!!
@alexziskind1 Any idea how to get the user infos?
ok found it! after getting the access token, you want to use Graph API to get current user id + name then just send a request to:
https://graph.facebook.com/me?access_token=xxxxxxxxxxx
after a successfull login i would like to retrieve user informations (id , email , name and last name) , i can only get the token , pleaaaaaase help , i really need this !!!!!