Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I was reading about FB Graph API in this page. Please see the section Authorization

They say that

At a high level, you need to get an access token for the Facebook user.

I am confused. How do i get the logeed in users access token in my website

https://developers.facebook.com/docs/reference/api/

share|improve this question

1 Answer

up vote 1 down vote accepted

You don't get a logged in user's access token. Once a user is authenticated, you receive an access token to be able to see/manipulate that user's data, depending on what permissions you have requested from that user.

This is well documented in the "Authentication" section of the developer documentation: https://developers.facebook.com/docs/authentication/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.