2

Given the id of an event, is there a way to get the Facebook ids of the admins of that event through one of Facebook's many API's? The event is public. I can I know you can get the creator of the event but there may be admins other than the creator and I want to get those people as well.

jhchen
  • 14,355
  • 14
  • 63
  • 91

2 Answers2

2

Nope, You can only retreive a list of current members

Facebook Developer Manual Thing

gunwin
  • 4,578
  • 5
  • 37
  • 59
0

As mentioned in this post: How to get Events Admin of Facebook event using Graph Api iphone dev?

You can try this:

https://graph.facebook.com/{event_id}/admins
Community
  • 1
  • 1
Shy Peleg
  • 605
  • 1
  • 6
  • 9