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
Post a Comment