On my website i'm using the PHP SDK to make api calls. And with it I am able to create an event and edit it afterwards. But what I am not able to do is to set the latitude and longitude of the event.
I've searched for some similar questions, which helped me to set some of the venue fields, like street and city. Something to note is that it seems like Facebook is checking if a city exist. When I had "Antwerpen" as city value, it didn't saved it. But when I used "Antwerp" as city value it added the city, state and country fields of venue.
When I choose a location for an event on the facebook website, and I inspect the event in the Graph API explorer I do see the latitude and longitude values. They are also colored red. Does this mean facebook doesn't allow you to set latitude and longitude settings yourself?
Long story short, I got some events with a name, start_date, end_date and geolocations. And I want to push them to Facebook Events, but I get stuck trying to set the latitude and longitude.. Can somebody help me out?