Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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? ...
Claus's user avatar
  • 5,722
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,...
ess ess's user avatar
  • 11