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'm trying to obtain a deeper understanding of access token requirements in relation to reading the Events a Page is attending from graph.facebook.com.

Firstly, why is an access token required to read a list of Events a Page is attending, when this information is publicly available from Facebook?

The documentation is as follows:

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

This says that to access the Events connection for the Page, I need "any valid token, or a user access token" to read the Events a Page is attending.

What exactly is "any valid token"?

My application is presented in a Page Tab, so it can read the 'oauth_token' that is passed in the Signed Request that is sent to every app presented in a Page Tab. If I use this token when querying the Graph for Events a Page is attending, it seems to work, but I don't understand what the relationship is between this token and the Page Events. I always thought this token related to the user who was using the app.

Is it the case that "any valid token" means any token issued by Facebook for anything provided that token hasn't expired?

If so, what's the point in requiring a token at all?

share|improve this question
It is (related to the user using your app), but that user's token can see anything the user can see, including events on a Page (which are public) – Igy Dec 11 '12 at 18:26

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.