Represents a real life event in order to inform your Facebook friends about it.
Questions tagged [facebook-events]
146 questions
0
votes
0 answers
jQuery facebook FB.Event.subscribe not working
I am developing a Facebook canvas app.
Trying to login and authorize my app is working fine.
But this scenario doesn't work.
I open my application canvas https://apps.facebook.com/{appID}
Click on Continue as button.
Popup will show and I click…

wpcoder
- 1,016
- 11
- 17
0
votes
0 answers
Facebook events request with dynamically captured access_token returns empty data
why does the following javascript return empty data?
FB.getLoginStatus(function(response) {
if (response.status === 'connected') {
var accessToken = response.authResponse.accessToken;
…

fitsum
- 1
- 6
0
votes
1 answer
Facebook API post in event - external website
So, I've created a wedding event on my FB account. Now on my website (static) I would like to have a form (maybe embedded or something from FB) that a visitor could leave a message on it for greetings. That message would instantly post on the event…

c.k
- 1,075
- 1
- 18
- 35
0
votes
0 answers
Exporting posts from a Facebook-event to a group
My friend recently passed away and me and another friend was asked to estimate how many people would come to the funeral. I did this by creating an event, inviting those we thought would want to come. On the event-page people started sharing their…

August Schirmer
- 11
- 4
0
votes
1 answer
Export webcal from a Facebook page I administrate
from my private Facebook profile I created a page for the club I'm a member of. I now want to export all the events created on the page to a google calendar via the webcal-link. There are manuals on how to do this but the calendar link I get only…

quotschmacher
- 1
- 2
0
votes
1 answer
"Flush Result : No Connectivity" Error for FBSDKAppEvents
I have integrated FBSDKCoreKit.framework to track app events, I am calling [FBSDKAppEvents activateApp] in applicationDidBecomeActive: and enabling logs using [FBSDKSettings enableLoggingBehavior:FBSDKLoggingBehaviorAppEvents]
In logs it's logging…

Yuvrajsinh
- 4,536
- 1
- 18
- 32
0
votes
1 answer
How can I get all Facebook public events those locations ids are same to the specific given location id using Facebook Graph Api?
Right now, I'm getting nearby events(but not all the list) on the basis of following two graph api call:
First (getting nearby location ids):
search?q=*&type=place¢er=lat,long&distance=50000&
limit=10000&fields=id,name
Second (and getting…

Taimur Siddiqui
- 1
- 2
0
votes
0 answers
Python requests/urllib2 not returning full data after some time whereas browser does - facebook graph API events search
I am requesting URL to get the public events:
https://graph.facebook.com/v2.4/search?access_token={}&q=Austin&type=event&pretty=1&fields=id,name&limit=1000
When I first hit the url the json data length is coming correct Both in…

xxbinxx
- 1,527
- 11
- 18
0
votes
1 answer
How to get events from a page with the new facebook graph api v2.4
Earlier, this would give back a list of events:
clubversuz/events
Now it gives back an empty array called 'data'.
Ok..they say that now you should explicitly declare the fields in a request, so I tried that too with this, but it return nothing…

progonkpa
- 3,590
- 9
- 31
- 50
0
votes
1 answer
Facebook User vs Event (get RSVP status for user on event)
Is there any better way of checking RSVP status of user (logged in our application) vs. specific Event through Graph API, than calling /v2.3/{user_id}/events and going through all events to find the one we're interested into and get the rsvp_status…

Marek Sebera
- 39,650
- 37
- 158
- 244
0
votes
1 answer
Under what parameters / code / publish actions / permissions can an app create Facebook Events?
There is no way to create an event via the API as of Graph API v2.0.
I totally understand that this is not allowed - "in no way". So, how are some company apps pushing / creating Facebook Events?
This is form a help article form 5/12 explain how to…
0
votes
1 answer
Get specific type of events Facebook using graph API
I am trying to get only sport type facebook events.
I am retreiving my events using the query below, but I want to filter these out by category. I have tried nested fields but I can't get the ones I need, I get everything…

Vlad N
- 631
- 2
- 10
- 21
0
votes
1 answer
Facebook Graph API Search public events based on location
I am trying to implement the event search based on the location.
I can get the events list by using:
/search?q=someevent&type=event
But not sure how to get the events belong to a location.
I have tried…

Naveen Shivaram
- 1
- 2
0
votes
1 answer
Is Facebook Caching FBAppEvents
I'm trying to integrate FBAppEvents. I've already created my app and all I need to do now is call FBAppEvents logEvent:
However, I want to know if I need to cache my Events just in case logging wasn't successful due to sudden connection loss or…

cessmestreet
- 2,298
- 3
- 22
- 42
0
votes
1 answer
Using the Facebook Android sdk, is it possible to retrieve a listing of Events?
I took a look at the api and it appears that I can only pull the events associated with a user. What I would like to do is pull events that may or may not be associated with a user. Is this possible?

Noiroi
- 27
- 5