Reputation: 3291
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
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