All Questions
Tagged with facebook-events latitude-longitude
2 questions
2
votes
4
answers
6k
views
FQL query for finding public event
I would like to execute an FQL query for retrieving all the public events in a specific area (using longitude,latitude and maximum distance or simply location name). Do you know if it's possible?
...
1
vote
1
answer
2k
views
put latitude and longitude via graph api in facebook event
I would like to create an Event on my FB fan page via PHP SDK Graph API V.3.1.1, by defining latitude and longitude.
Here is my request :
$event_param = array(
"access_token" => $access_token,...