Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

An event is a way for a class to provide notifications to clients of that class when some interesting thing happens to an object

learn more… | top users | synonyms (1)

0
votes
0answers
10 views

How do I change the privacy for events to public?

I have been trying for almoast a day now to find out how to make my event public! I am trying to find to option "Public" but i can only choose between Friends of Friends, friends of guests or closed. ...
-3
votes
0answers
8 views

FQL Event last modified time [closed]

Is there any field in event table for last_modified time, not last update ? I want to search all events that was modified by new antedees, rejections, unsures from a certain time ?
-3
votes
0answers
37 views

How can I view my friends Facebook events? [closed]

Ever since the new timeline rolled out I am no longer able to view my friends Facebook events. This was extremely helpful when trying to find something to do by browsing events my friends are ...
-1
votes
0answers
8 views

Where is the events tab on IOS for a fan page

Lately with all the update im not sure i like all the things facebook is updating. Most thing i hate that on fanpages, ie for businesses, restaurant etc. the events tab is gone, the photo tab seems ...
0
votes
0answers
21 views

is there anyway to set can_invite_friends to FALSE in facebook event?

Hi trying to set the can_invite_friends field to FALSE programmatically is this possible or is it a read only field that can be only set on the facebook event page it self ? Tried passing ...
0
votes
0answers
21 views

Subscribe event for Follow button?

I have read: edge.create - fired when the user likes something (fb:like). But what's fired when the user follow someone (fb:follow)? Thanks
-1
votes
1answer
12 views

Facebook event after converting from profile to page

We recently converted a Facebook profile to a local business page, now the old profile had one event on it that we were set up as the host for. The event is still there but we can no longer share it ...
0
votes
2answers
66 views

Facebook event profile picture from external URL

I am trying create Facebook event with PHP. The last problem which I have is profile picture. My questions are: Can I use external picture url for event profile picture?? If yes, than how??
0
votes
0answers
6 views

Having trouble for Events

As a music venue I have been using Facebook as a means of advertising. I chose FB because it is free and the most powerful way to spread the word. As a venue we use the event portion often. I can now ...
0
votes
1answer
24 views

Get event / location / page - adress

I am trying to get the adress from a public event, sometimes it returns the geocords, sometimes the full adress and sometimes just the venuename. i found on another thread, that there is some issue on ...
-3
votes
0answers
20 views

Cannot join to page event

My problem is that I have a page on facebook (a band's page called Kávészünet with more than 32000 likers) and recently I can't join to the page's event as a user. When I'm on the event's page it ...
0
votes
1answer
52 views

Facebook Graph API: Attend to event always returns responseCode: 200, false

I'm trying to Attend a facebook user to an event, with Request.executePostRequestAsync(...) but the server always returns with the following: {Response: responseCode: 200, graphObject: ...
0
votes
0answers
32 views

Facebook creating event start_time format issue

I am using FB API for creating events and I have problem with timeformat of start_time. When I use this format: 2013-05-04T09:00:00+0200 witch is relevant to my timezone I am getting back error code ...
0
votes
1answer
66 views

Understanding JavaScript Scrolling & iFrames

THE PROBLEM I have a Flash SWF being loaded into a PHP page that then is being loaded into a Facebook canvas. The FB page has content in the right side ad area that creates a vertical scroll bar ...
0
votes
0answers
19 views

My graph API call does not return all the people invited to an event

I was trying to run statistics for a class project, getting all the first names in an event. I chose one that had a lot of people invited (109K+) but when I use my graph api call, I only get 4943 ...
1
vote
0answers
12 views

Add an invited guest as an administrator to an event using Open Graph API

I'm trying to add a guest as an administrator using the Open Graph Events API. Don't see this as a feature in the documentation. Anyone try this or know if this is even possible?
1
vote
0answers
60 views

Disable comments/posts on event wall through API?

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 ...
-1
votes
1answer
79 views

Pagination in the event search API

I am performing a rest call to facebooks search API using type=event e.x. ...
0
votes
0answers
38 views

Facebook Graph API - Events ticket_uri

I am trying to add a ticket_uri to the event that I am creating. I enabled the "Events Timezone" migration in my app settings. I am posting on behalf of a user that is manager of the page. Currently ...
-1
votes
1answer
37 views

“Public” events not accessible to the public? [closed]

I created an event a couple of weeks ago that is a public event. At the time, I am pretty sure I could view the event when I wasn't logged into Facebook. However, today when I go to the event URL is ...
0
votes
1answer
184 views

Get Facebook Events to RSS feed

How to get all events as Rss for a user from Facebook. I tried below link but it giving only one event not all. https://developers.facebook.com/tools/explorer/?method=GET&path=643795265635061 I ...
0
votes
0answers
18 views

Group Event Creation with Automatic Group Member Invitations

When manually creating events in a group, all group members are invited. This behavior was also observed when creating events through the Graph API; however, recently, group members have not been ...
0
votes
0answers
76 views

Facebook API/FQL find events by location and keyword

I'm trying to, with either API or FQL, find certain events by keyword and location. For example, I'd like to find baseball related events within 10 km of San Francisco. Is this possible in either API ...
0
votes
0answers
18 views

Realtime update callback when attendance to event is changed

Does realtime update callback get invoked when attendance to event relation is changed? By my own testing it is not invoked and I did not find anything about it in documentation. Can somebody ...
1
vote
0answers
49 views

Disable event notifications

Hello stackoverflow Facebook world, is it possible to disable event notifications via Graph API for users with status "invited", "attending", "maybe"?
0
votes
0answers
51 views

Advice on creating a facebook app to create events

I want to create Facebook events from data held in a website's MySql database, can you give me an overview on the steps required to achieve the following: I have a mysql database with Gig ...
0
votes
0answers
49 views

Need help in facebook event api

I have a Facebook app. I have to create events for my app users from my app. I already came across the Facebook event creation API, but didn't find a good tutorial for this. From the Facebook tutorial ...
0
votes
0answers
29 views

Read an “Event list” generated by a FaceBook page

I would like to include in my website a list of events taken from my facebook page. I have read a little the documentation I found in the developer section of Facebook, but after several attempts, I ...
0
votes
0answers
52 views

How can I get events of a Facebook UID?

I am developing a web site with the PHP Facebook SDK. I get all the events of a place by graph and show them on the site by with code: ...
0
votes
0answers
15 views

GraphAPI: Adding event without time

I want to add an event using the GraphAPI (PHP) that only has a starting date. Fields that are send to Facebook are: [access_token] => <my access token> [name] => Testing event 2 ...
0
votes
0answers
146 views

Page token and page permissions to create an event as a page

I've a little question about page perms that facebook returns when querying for user's pages. The returned data looks like that : array(5) { ["category"]=> string(9) "Community" ...
0
votes
0answers
128 views

Graph API, invite friend to an event - no push notification got sent

I created an event through Graph API for a page, then I called the EVENT_ID/invited/users to invite friends to the event, the invitations have been sent out, but there is no push notification got sent ...
0
votes
0answers
54 views

Events cannot be found (graph search and native search)

Why do some events listed in my events list cannot be found with Graph search, while using the exact the words from the event name? These events are public but cannot be found with the Facebook's ...
0
votes
3answers
674 views

Facebook Events Cover (Graph API)

Facebook today released a new design for Events page (http://allfacebook.com/testing-new-layout-for-events_b111326) There's any way to access to the cover url and also create it using Graph API?
1
vote
0answers
27 views

How can i find an event by location or venue.id/name [duplicate]

Im doing this query to get all events from a user. This works fine. SELECT name, pic, start_time, end_time, location, description FROM event WHERE eid IN ( SELECT eid FROM event_member WHERE uid = ...
0
votes
0answers
103 views

FB PHP SDK - Get all Events from page with pagination - missing objects

Im missing some events which are displayed in Facebook, but not in my api request. Also cant find them in the Graph Explorer. Anybody knows why? For example this event is missing: ...
1
vote
0answers
22 views

Some uid's return an empty event array

Looking at this page for the Berkshire Museum: http://www.facebook.com/BerkshireMuseum/events - there is a list of events. When trying to access these events via the Graph API Explorer using: ...
0
votes
0answers
16 views

Using Login to retrieve events

I'm not sure what I'm looking for. If you'd like to help, here's my little story. I created a calendar of events website in PHP. Users login to my database and post their events, unrelated to ...
0
votes
1answer
180 views

Android facebook cannot change event's profile picture

I use the old facebook android api for creating events. All work fine except when I am trying to post a profile picture for the event. The facebook Graph api says You can add a profile picture to an ...
1
vote
3answers
128 views

How do I display PHP UTC timestamps in a readable format for Facebook events on my website?

I have created this page http://www.islandstreet.co.uk/events/ which uses the Facebook API to retrieve my event details from Facebook and display them on my website. The problem I need a solution to ...
1
vote
0answers
93 views

Posting Event to Page with Latitude and Longitude, and getting a Map Link inserted

My requirement is very simple, and I know that it has been raised before, with no real solution! I have an application that runs automatically every night, and posts several Events to a Facebook Page. ...
0
votes
0answers
87 views

Login Button Event Listener if User Logs In in Separate Window/Tab

I am currently using a Facebook Login button with the JS SDK. When a user logs in, the page is refreshed (via auth.login event listener). However, there are situations in which my page (with the ...
0
votes
0answers
25 views

Tagging a name in an event detail

I would like to tag a name in an event detail, (pointing to an artist's page) I know it can be done for a post, but what about an event?
-1
votes
1answer
68 views

Limiting the Events shown using FQL

I am trying to limit the events shown to only the upcoming events, currently i am getting all events from the page displayed past and present. below is the code: <?php ...
0
votes
1answer
89 views

Error 310 upon adding rsvp_event permission

I'm trying to figure out how to rsvp to events, I was able to connect and get to my main page before adding the 'rsvp_event' permission to the code according to this: ...
0
votes
0answers
59 views

using cURL to update rsvp to event php

I'm trying to update a users RSVP status to an event with HTTP POST to /event_id/[rsvp]. I just keep getting the 500 error message. Not sure what I'm doing wrong. $attachment = array( ...
0
votes
1answer
42 views

To retrieve Event Description, do I need an access token?

I created an app, so I'm using my appId and secret. I can retrieve an event array for any page that has public events using: // Lady Gaga example (not a fan!) $event_array = ...
1
vote
0answers
25 views

get inviter from fql

I'm trying to find out who invited each of the users from an event in facebook. I'm the admin of the event. Is there any way to do so? I tried using the inviter from event_member, but it returns null ...
0
votes
1answer
108 views

Returning Facebook Event Venue Data (City, State, Street, Zip, Etc.)

I am trying to list upcoming events from a Facebook page to a website. This article got me 95% there. Here is my FQL query: SELECT ...
0
votes
2answers
93 views

Get user's event list

I just started to use FQL, and I was trying some FB examples that worked fine. But I try to make my own exapmles, but didn't work... I was trying to get the list of activities of a loged user, with ...

1 2 3 4 5 6