Represents a real life event in order to inform your Facebook friends about it.
Questions tagged [facebook-events]
146 questions
1
vote
0 answers
Multiple Facebook Custom Audience Tracking Events on the same page
I have a single page website and I am trying to invoke multiple events for the same Facebook Custom pixel from here.
I am using Facebook Pixel Helper on Chrome to test.
Here is the scenario:
This is how my javascript file looks:
(function() {
var…

Piyush Vaishnav
- 11
- 2
1
vote
1 answer
Automatically create group events at facebook
Since the second version of the Graph API from Facebook they didn't allow anymore to create events via the API.
I want automatically create each 2 days a new event in a specific group. Is there another solution except to do it manually?
Thanks in…

xyNNN
- 492
- 3
- 21
1
vote
1 answer
Replacement for deprecated event handling in Graph API
I have a hyper-critical Facebook app (for our organization) that used Graph API v1.0 to read and post events for our [closed] Facebook group. Now that Graph v1.0 is deprecated and event support is "no longer supported" for Graph v2.0 it has…

Brad
- 11,262
- 8
- 55
- 74
1
vote
0 answers
Set Cover Photo Facebook Event with PHP
I have a problem to set a cover photo to an Event. I can create an event and i will update this Event with a cover photo.I hope you can find my fail.
if($_POST['response']){
$name = $_POST['eventname'];
$date =…

user3651771
- 11
- 1
1
vote
0 answers
Get all hosts an event via fb api
I have a problem to get all host an event on Facebook via fb API. I only get the owner, but some events have more than one and I have to use all in my application. I used the php-API
Have anybody an idea to solve my problem?

user3108818
- 43
- 5
1
vote
1 answer
Get photos of an event wall on Facebook
I am trying to do something that seems really simple when you take a look to the graph API doc on facebook developper web site : get the photos that have been posted on an event wall !
However everytime I try to do this request (a GET request on…

user2984400
- 111
- 5
1
vote
0 answers
Disallow "guests can invite" option on creating a facebook event over open graph api
This may be a trivial thing which may be solved by using a different privacy option, but I have tried it all and either I'm stupid or it just isn't possible.
Facebook facebook = getFB();
MultiValueMap data = new…

kyzrfranz
- 11
- 1
1
vote
0 answers
Google Calendar events showing on iphone but not Google Calendar
I used the freeware php script from this tutorial , which I host on my own website to sync Facebook events with my Google Calendar.
Everything works correctly as the Facebook events appear on my iphone calendar:
but weirdly the imported FB events…

Jimmi DD
- 11
- 1
1
vote
0 answers
How to obtain facebook written permission for API usage?
I'd like to fetch public facebook events to store them in my search engine and display them on my website (with links towards the event on facebook website).
I've tried to look at the T&C to see if this usage was allowed and find this passage :
"12.…

Pierrot
- 23
- 2
1
vote
0 answers
retrieving facebook event comments
I am using RestFB to retrieve/fetch the posts and comments from my facebook page; however the request does not return an event post as I would expect and then further comments (from friends etc.) on the event post
On my facebook page:
I create an…

David Johnson
- 11
- 2
1
vote
0 answers
Adding hosts to an event after creation on fb sdk 3 in android
So i managed to
1. get login working.
2. create an event for the logged in user.
3. show friend list of user, ask user to select friends and get their ids.
I want to update the fb event with the ids of the selected users as additional hosts.…

user1709680
- 13
- 4
1
vote
0 answers
invite app user to event
I am interested if there is a possibility to invite APP users to public event on Facebook over Graph API. Note that I mean APP users, not a friends of authorized APP user but only app users themselves.
I know that there is a possibility to invite…

Damir Davidov
- 11
- 2
1
vote
1 answer
How to create a facebook-event for a page without posting it to the pages wall?
I have a facebook page, and am able to create events in the name of the page via the facebook api. But each event-creation is posted to the pages wall, which could annoy fans, when too much events are created.
In the facebook native interface there…

cyberbeat
- 45
- 1
- 6
1
vote
0 answers
Getting Empty array when FQL querying the event_member table with uid condition
When I execute the following FQL query
SELECT uid, rsvp_status FROM event_member WHERE uid = me()
I get a list of events I'm attending. When I execute either of the following FQL querys
SELECT uid, rsvp_status FROM event_member WHERE uid = "{my uid…

Ben Pearce
- 6,884
- 18
- 70
- 127
1
vote
0 answers
Facebook event invite api returns true but the user does not recieve invite. Is this a bug?
I am inviting users via API from the host of an event created by a fanpage on Facebook. I have tested with two host accounts. With the first the api works fine:
EVENT_ID/invited?user=USER_ID returns "true and the user is invited.
On the other…

David Bailey
- 603
- 2
- 7
- 19