Using the link to my events automatically generated in the docs here: http://developers.facebook.com/docs/reference/api/ (Events: https://graph.facebook.com/me/events?access_token=…), I can get a json object populated with the events I’m RSVP’ed to.
When I request them from my app (having gotten an access token authorized to view user_events), I get back an empty json object.
My app can get back a populated friends list. I also can’t get back a populated list of photo albums.
Anybody got a guess for what’s up?
Sounds like a permissions problem, has your access token definitely got the user_events permission? Check with a call to
/me/permissionsYou can also use the debug tool at https://developers.facebook.com/tools/debug (put the access token in there) and it will tell you what permissions the token was granted