Facebook Query Language (FQL) enables you to use a SQL-style interface to query the data exposed by the Graph API.
Hello everyone I am trying to get my friends 's likes on FB using FQL 'SELECT name,type FROM page …
facebook facebook-fqlI want to find my friend whom I share with them the highest number of mutual friends. I tried to …
facebook facebook-graph-api facebook-fql fql.multiqueryI'm doing this fql: SELECT object_id, pid, src_big, src_big_height, src_big_width, src, src_height, src_…
facebook facebook-fql photo-taggingI need assistance in getting user likes of stream items via FQL. I've got some of the likes coming back, …
facebook facebook-graph-api facebook-like facebook-fqlIs there a way to know if a user uploaded an image to the profile or it has the default …
facebook api detect image facebook-fqljust wondering when it comes to just the basic GET/POST. (i.e something simple as getting the users profile …
facebook facebook-graph-api facebook-fqlI am trying to use the Facebook Query Language (FQL) to get a list of friends, who have installed my …
facebook facebook-graph-api facebook-fql restfbI needed to pull the fan count for particular fan pages on Facebook. After digging through the API, I couldn't …
facebook facebook-fqlIn a Facebook app I need to get a user's events for a date range and his rsvp status for …
facebook facebook-fqlI am using facebook api to get backup of the facebook photos using access_token and fql. Using fql I …
php facebook ssl facebook-fql