Aleem
Aleem

Reputation: 3291

How to get Events Admin of Facebook event using Graph Api iphone dev?

Can any one help me on that how can i get Admin of events from facebook using graph api, i also search field of event which facebook provided to us but couldn't get admin field, kindly help me on that thanks in advance

Upvotes: 0

Views: 607

Answers (2)

Adam
Adam

Reputation: 11

You can try this:

https://graph.facebook.com/{event_id}/admins

Upvotes: 1

DMCS
DMCS

Reputation: 31870

Using FQL, query the event table (https://developers.facebook.com/docs/reference/fql/event/) and read the creator (id of user who created the event). More than likely they should be one of the admins for the event.

Upvotes: 0

Related Questions