php - How to use access_token (of Facebook Graph API)? -


i trying fb user's full name using access_token. have access_token me not sure how can use access user information.

i have read documentation , says more user info can use: https://graph.facebook.com/userid?access_token=...

so, mean need use curl response url?

btw, using php.

thanks.

accesstoken can use getting information of user necessary. if have asked offline_access permission user, can store accesstoken in database , can user information if not logged in facebook. means, next time automtically information using token.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -