Is it possible to programmatically add an event to a page using Facebook Graph API? If yes, what HTTP request shall be made?
For example, Startup Weekend has events on its Facebook page. These events can be added using Graph API Event object?
|
Is it possible to programmatically add an event to a page using Facebook Graph API? If yes, what HTTP request shall be made? For example, Startup Weekend has events on its Facebook page. These events can be added using Graph API Event object?
| |||
|
feedback
|
|
Yes it's possible. Permissions:
So first you get the page id and its access token, through:
The Result will be something like:
UPDATE: To retrieve the page's
The access token, if successful call, should be accessible: Now you get the Page ID and access token and use the
And you are done! :-) | |||||||
feedback
|