Is it possible to get the userID using the access token?
I’ve seen some answers say https://graph.facebook.com/me?access_token=abc but I think this is wrong as this gets the details of the currently logged in user, not the user in the access token.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The currently logged in user is the user in the access token – if you have a user access token, you’re acting on behalf of that user.
The two shortcuts are
/meand/appwhich are shortcuts for the user of that access token, and the app of that access token