alexziskind1 / nativescript-oauth

Other
35 stars 53 forks source link

Get linked user information after a succefull login #56

Open samurai404 opened 7 years ago

samurai404 commented 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 !!!!!

conekeo commented 7 years ago

@alexziskind1 Any idea how to get the user infos?

conekeo commented 7 years ago

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