Top "Facebook-fql" questions

Facebook Query Language (FQL) enables you to use a SQL-style interface to query the data exposed by the Graph API.

Facebook emails always return null through FQL and RestFB

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 restfb
Facebook mutual friends and FQL 4999/5000 record limit

I'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.multiquery
How to use Facebook graph API to retrieve fan photos uploaded to wall of fan page?

I 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-fql
Setting Facebook comments web plugin

The default sorting order of the facebook comments plugin is by social status. How do I set the default order …

facebook sorting plugins facebook-fql
passport-facebook in nodejs - profile fields

some of the profile fields i am trying to get from Facebook when logging in a user, are not going …

node.js facebook-fql passport-facebook
FQL multiquery with HTTP GET - works in Graph API explorer but not anywhere else?

This FQL multiquery, for example: https://graph.facebook.com/fql?q={"posts":"SELECT actor_id,message,permalink,created_time,comments.…

facebook get facebook-fql fql.multiquery
How to list all comments in my domain

I 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-comments
Handling big user IDs returned by FQL in PHP

I'm using FQL to retrieve a list of users from Facebook. For consistency I get the result as JSON. This …

php json facebook facebook-fql
How to get Place ID of city from Latitude/Longitude using Facebook API

I need to find the Facebook place for the city for many lat/long points. The actual points refer to …

facebook-graph-api geolocation facebook-fql
How to send a FQL query with the new Android SDK

I'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