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.
You need the permission: user_events
API : /EVENT_ID
You can test the same here: Graph API Explorer
Related
I am using the latest version (11.0) of the Facebook API. I'm trying to get user's events using the Graph API Explorer. I can get the user's pages and events for each page, but can't get user's events.
The response of the request with events endpoint is an empty array. After adding debug=all to the request, I get the following error The field 'events' is only accessible on the user object after the user grants the the permission for user events'. , but there is no permission for user events in Graph API Explorer.
What should I do to get the user's events.
According to the docs, there is no events edge for users anymore: https://developers.facebook.com/docs/graph-api/reference/user/#edges
The error message may be misleading.
How can I do this? Im using Graph API v2.3
I am able to get the access token, but I don't know how to get the user's ID.
I think your post is duplicated...
Btw, just send a request to:
https://graph.facebook.com/me?access_token=...
Is there a way to get the user's relationship anniversary, like wedding anniversary, using Facebook Graph API 2.3?
Thanks!
Life event cannot be accessed by graph api. Here is a doc for it https://developers.facebook.com/docs/graph-api/reference/life-event, but you cannot get authority to fetch any event for user.
Hello friends I was trying to get all the facebook public events by using graph api or fql.
something link here : allevents.in.
but couldn't manage to find the exact way which can get me a location based events. can you guys help me how to find the location based events from the facebook.
When using the Graph API to publish an event to a Facebook page is it possible to set the event to "Only admins can post to the event wall" like in the event dialogue available on Facebook.com?
I cannot find any information in the API reference documents to this setting or field (http://developers.facebook.com/docs/reference/api/event/)
Thanks in advance!