Umair
Umair

Reputation: 123

How to get facebook events via event id?

How to get Facebook events via event id? i wanted to enter a event id to get all of the data, is there any API for this? or please tell me how to get the events via graph api.

Upvotes: 0

Views: 4738

Answers (1)

Sahil Mittal
Sahil Mittal

Reputation: 20753

You need the permission: user_events

API : /EVENT_ID

You can test the same here: Graph API Explorer

Upvotes: 1

Related Questions