How can I execute a FQL query with Facebook Graph API - Stack ...
stackoverflow.com
Here's an example of how to do a FQL query using the Graph API and JavaScript.
FB.api( { method: 'fql.query', query: 'SELECT uid, first_name, ...