Represents a real life event in order to inform your Facebook friends about it.
Questions tagged [facebook-events]
146 questions
3
votes
1 answer
Facebook Graph Api Get Event By Id
I am trying to receive an event from the Facebook Graph Api By Id with following request:
https://graph.facebook.com/{eventid}?access_token={app_accesstoken}
I am using an app-accesstoken. The Event is a public event and according to the Graph Api…

Gandar
- 61
- 4
3
votes
0 answers
Graph API empty events list of page
currently I'm trying to access the events list of a facebook page. I used the Graph API Explorer with a valid access token.
Endpoint: {page-id}/events
When I'm trying to access the end point the response is empty
Endpoint: matrixberlin/events for…

Karl Heinz Mueller
- 59
- 2
3
votes
1 answer
Facebook pixel: fbevents.js cause error "Cannot read property 'replace' of undefined"
When I click certain elements on the page it throws this error
Can anyone explain why is it happening?

Alex
- 380
- 1
- 14
3
votes
1 answer
Query near public events via Facebook API v2.2
I want to retrieve a list of upcoming public events in my hometown from the Facebook Graph API.
I already know that FQL is deprecated and that I can query by keywords using a statement similar…

ALAdin
- 103
- 1
- 9
2
votes
2 answers
Invite user(s) to event with notification - works manually but not with Graph API
I'm currently experiencing some problems with the Graph API when inviting users to an event. The users are being invited successfully, but they do not receive a notification of the invite.
However, if I manually invite a user from the event page…

Sean
- 93
- 6
2
votes
1 answer
Publish post with picture and link on event's wall
Is there a way to publish a post with a picture and a link on an event's wall? Currently I can publish only statuses (messages). On the user's wall there is no such issue. I've tried the new Graph API as well as the old REST API ('stream.publish'…

James Locke
- 21
- 3
2
votes
1 answer
Importing Facebook Events
I am working on a feature which includes Facebook events, but I just read that Facebook API endpoint for getting events are deprecated. But still, I've got one question. How is possible that Evensi.com is still functional?
Also if I missed…

Michal Hlávka
- 66
- 3
2
votes
2 answers
Does Facebook have a webhook that an app can subscribe to to detect when a Facebook event is added to a page?
Does Facebook have a webhook that an app can subscribe to to detect when a Facebook event is added to a page? Or do apps that are interested in this information just have to repeatedly poll /[page-id]?fields=events ?

Gabriel
- 587
- 5
- 17
2
votes
0 answers
FBRequestConnection Swift
I am trying to get all the events from a Facebook page and store them in variables
eventDate
coverPhoto
eventName
eventInfo etc etc...
I have the Facebook SDK all set up and now am trying to get this info using the FBRequest.startWithGraphPath.
Need…

Matt Porter
- 183
- 2
- 12
2
votes
1 answer
Facebook App Events Set App Version
I integrated with Facebook SDK and I am tracking FBAppEvents with it. So far the event reporting is working perfectly fine and the events all showed up in App Insights. However, I am having trouble setting the app version number.
According to…

nyus2006
- 411
- 6
- 12
2
votes
0 answers
Facebook does not call webhook (real time updates) when a user is invited to an event
I'm subscribing to Facebook real time updates for events. I was expecting Facebook to call the webhook when a user is invited to an event as well as when a user creates a new event.
But the webhook is only getting called when a user creates an…

Vibgy
- 577
- 6
- 15
2
votes
4 answers
Facebook Graph API event-id/comments?since=2014-02-01&until=2014-02-10 , Date filter has no effect
I am trying to bring comments made on a particular event by targeting this URL: https://graph.facebook.com/1466384840257158/comments
I am passing the user_access_token
I have two comments at present on this event made on the…

Sudeep
- 343
- 5
- 12
2
votes
0 answers
Facebook event tags
I was wondering if it was able to retrieve the tagged pages from an event description. For an example of the tags I'm talking about check the following event: https://www.facebook.com/events/650222158335204/
I would like to be able to retrieve the…

sjaq
- 85
- 5
2
votes
1 answer
creating event using facebook sdk 3.1
i am trying to create an event but getting error . i am writing following code to create event using facebook sdk 3.1
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"My Test…

Shaik Riyaz
- 11,204
- 7
- 53
- 70
2
votes
4 answers
FQL query for finding public event
I would like to execute an FQL query for retrieving all the public events in a specific area (using longitude,latitude and maximum distance or simply location name). Do you know if it's possible?
Apparently, somebody is able to do it, somehow:…

Claus
- 5,662
- 10
- 77
- 118