How can I create a Facebook event in Graph API setting latitude and longitude?
I have tried the Graph API Explorer, using a post method to https://graph.facebook.com/MY_ID/events
and parameters.
All works fine, except for latitude and longitude. I also have tried to create a local page with a valid location and set the page_id
/location in event's parameters, but that only creates the event assigned to the page.
What is the solution?