Closed (won't fix)
Project:
Facebook Events
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
17 Aug 2011 at 11:25 UTC
Updated:
20 Mar 2015 at 13:20 UTC
Jump to comment: Most recent
Comments
Comment #1
vinoth.3v commentedIt would be very nice feature. I will add this to road map.
Comment #2
vinoth.3v commentedComment #3
pribeh commentedsubscribe.
Comment #4
milos.kroulik commentedsubscribe
Comment #5
daco commentedsubscribe
Comment #6
drupa11y commentedsubscribe
Comment #7
devkinetic commentedsubscribing, would love to see this feature on d6 when it's backported
Comment #8
patoshi commented++
Comment #9
socialnicheguru commentedCan someone check to see if there is a create method for events in the GraphAPI?
Is the GraphAPI the right one to even the right one to take a look at?
I was trying to figure this out.
In the RestAPI there was a method called create.
But they are deprecating it.
In the GraphAPI there is no such method.
Can someone check the accuracy of that?
I didn't see it but it could be called something else now.
That would be the first step I think.
Comment #10
pyrello commented@SocialNicheGuru, that appears to be accurate.
On the Graph API Event page, there doesn't seem to be any indication that you can currently create an event: https://developers.facebook.com/docs/reference/api/event/
The only references to creating anything in relation to events is to create links, posts, and videos on the wall of the event.
There is the legacy rest option for doing this, although I am not sure if it is still possible to use it: https://developers.facebook.com/docs/reference/rest/events.create/
Comment #11
socialnicheguru commentedanyone know what the 'create_event' permission is?
https://developers.facebook.com/docs/reference/api/event/
invited
Create
You can invite users to an event by issuing an HTTP POST to /EVENT_ID/invited/USER_ID. You can invite multiple users by issuing an HTTP POST to /EVENT_ID/invited?users=USER_ID1,USER_ID2,USER_ID3. Both of these require the
create_event
permission and return true if the invite is successful.Comment #12
eo commentedSee this module:
http://drupal.org/project/fb_autopost
Comment #13
vulfox commentedat the API Reference › Graph API › Event -page there is now links:
Not sure if they were updated since you last checked.
On this thread on Stackowerflow: Facebook Requires extended permission: create_event The answer indicates that maybe you have to authenticate again to get the create_event permission :
(the link in the quote is old)
Here are two good and pretty fresh tutorials how to create Facebook events with graph api using php:
Is this create event -feature still on someones todo list?
Comment #14
apoc1 commentedIs this topic still alive?
Comment #15
event_geek commentedHi guys,
I´m not sure if some of you are still interested in a solution to automatically post events from your CMS to a facebook page.
Since V2 of facebook´s graph API does not foresee "create event" anymore, we are developing a solution using a tab. We already have a prototype and some mockups, contact me if you wanna chat about it or maybe use it later!
cheers
Comment #16
socialnicheguru commentedThis sounds great.
I'd love it to be an add on to drupal for Facebook or fboauth or at least not be in conflict with either.
Possible answers (this might be old info but they seem to post the event to me/event). This will not work for pages or groups/
https://developers.facebook.com/blog/post/560
http://stackoverflow.com/questions/6271423/create-an-facebook-event-usin...
Comment #17
vulfox commentedIs this issue still relevant or are there better solutions existing to this date?
Comment #18
event_geek commented@socialnicheguru: according to https://developers.facebook.com/docs/graph-api/reference/v2.2/user/events facebooks graph API does not allow to post events on behalf of users nor pages. we use a custom facebook page tab to display event content. from our perspective, there is no other solution than this to integrate event information in facebook.
Since we only have customers who use wordpress, our focus is on developing a wp plugin first. if you´re up to it, you can craft a drupal integration to our API yourself??? would be great to have a little community in our back;)
Comment #19
vulfox commentedSo accordind to current information: https://developers.facebook.com/docs/graph-api/reference/v2.2/event
So won't fix.