How to get facebook user's name,id and email with just it's facebook id? ( c++ ) -


i using marmalade c++ , need facebook user name, picture, , email , have facebook user id.

i using example , worked until need way @ least search or somehow need because don't know do.

http://api.madewithmarmalade.com/examples3efacebook.html

is there way i'm not seeing user name , picture or need other class , facebook stuff that?

i don't know marmalade framework, know can't email address user if don't have user access token enable user_email permission.

i guess use s3efbrequest_withgraphpath method (http://api.madewithmarmalade.com/group__facebookapigroup.html#gaca80d12f6a25a19619b222af6bc3d290) pass following path:

/{user_id}?fields=name,picture 

where {user_id} user_id.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -