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.

So, in Facebook Graph Api this link works:

https://graph.facebook.com/483520791669390/attending

but when i paste it in browser i have this error

"message": "An access token is required to request this resource.",
"type": "OAuthException",  
 Why?
share|improve this question

2 Answers

You need a valid access token, it works in Facebook Explorer because a token is supplied there.

any valid access_token, user_events or friends_events

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

share|improve this answer

Yes, you need an access token to do such things.

Edit the url to https://graph.facebook.com/483520791669390/attending?access_token=YOUR_ACCESS_TOKEN

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.