I got an access token with the correct permissions for event management, etc. However, the following:
https://graph.facebook.com/{pageID}/events?access_token=xxxx&name%3Dtest%26description%3Dtest%2520description
(I did not include credentials here)
When testing above, no name or description for the event is created - the page simply returns an empty data object.
Is it possible to create some test data for the event through the address bar of the browser, and if so, what is the correct syntax?
facebook facebook-graph-api
user601935
source share