Facebook Query Language (FQL) enables you to use a SQL-style interface to query the data exposed by the Graph API.
I'm trying to convert friend pages into fan pages (most businesses have created friend pages by mistake) and am trying …
email facebook facebook-fql restfbI'm trying to select all mutual friends' connections with PHP/FQL. Using my UID (540 friends), which means >12,000 connections, of …
php facebook facebook-fql fql.multiqueryI am creating an external photo gallery using PHP and the Facebook graph API. It pulls thumbnails as well as …
php html facebook facebook-graph-api facebook-fqlThe default sorting order of the facebook comments plugin is by social status. How do I set the default order …
facebook sorting plugins facebook-fqlsome of the profile fields i am trying to get from Facebook when logging in a user, are not going …
node.js facebook-fql passport-facebookThis FQL multiquery, for example: https://graph.facebook.com/fql?q={"posts":"SELECT actor_id,message,permalink,created_time,comments.…
facebook get facebook-fql fql.multiqueryI am using the HTML5 version of Facebook Comment in my website. I have my own Facebook APP Id. Using …
javascript facebook-graph-api facebook-fql facebook-commentsI'm using FQL to retrieve a list of users from Facebook. For consistency I get the result as JSON. This …
php json facebook facebook-fqlI need to find the Facebook place for the city for many lat/long points. The actual points refer to …
facebook-graph-api geolocation facebook-fqlI've been searching over the developers.facebook website looking for a way to use the new SDK and send FQL …
android facebook-fql facebook-android-sdk