Sam Martin
Sam Martin

Reputation: 1248

Retrieve group events with Facebook Graph API

I'm a little confused trying to adapt to the new facebook Graph API. Whereas before I would have used events.get, I'm not entirely sure what to use now! I can't seem to get a list of a group's events through fql, nor through the Graph API itself.

Any pointers? Should I keep using REST?

Upvotes: 1

Views: 3745

Answers (2)

Piers Karsenbarg
Piers Karsenbarg

Reputation: 3201

However, if you know that something is an event (which you could probably do because the link in the data has "eid" in it - I can't see a way beyond that) then you can call the event URL (http://developers.facebook.com/docs/reference/api/event) and get the details that way.

Upvotes: 1

edsilv
edsilv

Reputation: 63

In the documentation under "Connections" it doesn't appear that you can get /events. Or for that matter /albums or anything useful...

http://developers.facebook.com/docs/reference/api/group

Upvotes: 3

Related Questions