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

learn more… | top users | synonyms

0
votes
1answer
22 views

PHP - Facebook Opengraph - querying without a user logged in

I'm using the PHP SDK of Facebook to retrieve all sorts of information. If you don't know, facebook keeps a temporary link for every video hosted on it and that link becomes inactive after a few days. ...
0
votes
1answer
17 views

Facebook Query Language using python

i used the following query in https://developers.facebook.com/tools/explorer?fql= SELECT aid FROM album WHERE owner = "100001741044617"; and i got the right output. i tried using the same query ...
0
votes
0answers
28 views

FQL: list posts from stream table - how to exclude special post types?

The simple query returns a list of recent posts: SELECT post_id from stream where filter_key="nf" I know, this query is useless - its only a example, but it works^^ I get the list of posts from ...
0
votes
0answers
8 views

Exceed query limitation solution Facebook fql

I've found that fb have query limitation of 600 calls per 600 seconds, per token & per IP. I query about 30,000 fql everyday, i run this process on multiply machine with multiply fb apps to get ...
0
votes
0answers
9 views

Retrieve the app list of an user

I want to retrieve the app list of an user of facebook. Could I do it through api or fql? I notice there is an api called installed. What is it used for? Could I use it to achieve my aim?
0
votes
0answers
8 views

FQL: How can I get the photos that are uploaded by user for check in?

In the checkin table, I can find out the target_id which is also a column in a photo table. However, I cannot do a WHERE query on the target_id to find out the src of photo because that column is not ...
0
votes
0answers
9 views

Facebook FQL - what is difference between normalized_url and url in link_stat table

url is the indexed field in table link_stat for querying number of likes, etc. for a given url, but the table also contains a field normalized_url. No explanation in the sparse Facebook ...
0
votes
0answers
21 views

Friend's video location posts issue

I get no data when trying to fetch my friends video location posts. Anyone know why? Here's the query: SELECT id, coords, author_uid, page_id, timestamp, type FROM location_post WHERE ...
0
votes
0answers
24 views

FQL multiquery friendlist table returns blank array

i have been working on an app on my website using the PHP-SDK. i am trying to fetch the logged in users friendlists, but returns a blank array with no data. i have tried looking over the ...
-3
votes
0answers
8 views

FQL Event last modified time [closed]

Is there any field in event table for last_modified time, not last update ? I want to search all events that was modified by new antedees, rejections, unsures from a certain time ?
1
vote
0answers
15 views

Facebook FQL Active Users Over time

I know SQL well but am just getting started with the FB insights data. I am a little confused as to whether I should be following this: ...
-2
votes
0answers
39 views

Can we retrieve deleted chat history from facebook using fql [closed]

How Facebook store chat history? Can we get deleted chat or messages history from Facebook using fql or any other way? fql message I am planning to refer message table to get chat history.
0
votes
0answers
6 views

Use FQL to set a website's most recommended links (similar to the Activity Feed Social Plugin)

The Facebook Activity Feed Social Plugin is a feed of most recommended ('liked') objects for a website. How can I do the same thing using FQL? Essentially, given a website, obtain the most ...
0
votes
2answers
27 views

how to get Facebook page using FQL, given a company's website?

I have a list companies and their websites (for example: http://www.target.com). I'd like to programatically determine their pages on Facebook (http://www.facebook.com/target). How can I use FQL to ...
0
votes
0answers
15 views

FQL - How do i filter friends based on their work history

I am trying to filter my friends based on work history by using fql, but fql does not return any results. Here is the fql i am trying: select uid,username,work from user where uid in (select uid1 from ...
0
votes
0answers
12 views

Can't Access FQL Video Data

I can get the FQL Video data when i am join the facebook developer team in an apps here is the detail output when i am still a developer select thumbnail_link,vid from video where owner = ...
0
votes
0answers
27 views

Retrieve all facebook mentions of a page

I am trying to retreive all the posts that mention a certain facebook page. In my tries I got close a few times, but so far I never got a complete list of all mentions. ...
0
votes
0answers
30 views

Using Facebook Query Language can I store that information in my application?

If I use FQL (https://developers.facebook.com/docs/reference/fql/) to find the application activity of my friends for my application through Facebook is there a way to store that information in my ...
0
votes
0answers
15 views

fql page_fan result not complete

I have run the following fql for my facebook fan page: FB.api( { method: 'fql.query', query: 'SELECT uid FROM page_fan WHERE uid IN (SELECT uid2 FROM friend WHERE uid1= me()) AND page_id = ...
-1
votes
0answers
17 views

Facebook FQL query: photos in posts where we are tagged

I need to make a FQL query to search trough mine and my friends posts to find photos where we both have been tagged.
0
votes
0answers
18 views

How can I get all posts made by my app using the facebook API

I'm trying to run a contest on my page. The winner of the contest fills a form, which then (asking for the user's permission) posts on my page using the Graph API and the Facebook PHP SDK. Up until ...
0
votes
0answers
13 views

insert variables into fql query python

I want to iterate through a list of page id's and create an FQL query that queries a different page ID for each item in the list. Is this possible with graph.fql? Here's the code: query = ...
0
votes
0answers
12 views

Activity Feed plugin invalid action

Activity feed plugin is displaying my custom action is invalid "The following action types are invalid: complete". I have published this action several times from different users so that I can have ...
1
vote
1answer
50 views

Facebook API get friend albums not working for some friends

I'm using the following FQL query 'select src,src_big from photo where aid in(select aid from album where owner=' + contactId + ' and type="profile")' But it works for about 50% of my friends, and ...
0
votes
0answers
7 views

Need to get a Commenter's “category” from FQL result. Possible in Graph, but not in FQL?

I had written a function that used the Graph to analyze all the comments on a webpage and ignore ones where the [from] element had a category:. If the commenter has a category they are not a real ...
-2
votes
0answers
21 views

Can I programatically post to my wall/timeline with a custom date?

Did you see how you can post something in your timeline and specify the date and time of that post (along with place and friends)? Actually I can only specify the date and time if I'm on my timeline, ...
0
votes
0answers
18 views

FQL Find Friends that shared the same Link

How can I find the no of friends that have shared the same URL? Like Facebook shows on my News Feed that Friend 1, Friend 2 and Others have shared this URL. Is there any way in FQL or Graph API?
0
votes
0answers
17 views

Store Friends who use your Android Application in your application

If I use FQL (https://developers.facebook.com/docs/reference/fql/) to find the application activity of my friends for my application through Facebook is there a way to store that information in my ...
0
votes
1answer
19 views

FQL query doesn't return the correct results

I'm running the following fql query in the graph explorer: select album_object_id, object_id, aid, pid from photo where object_id=576544082370719 and i get the correct results i want: { "data": [ ...
0
votes
1answer
12 views

Need current syntax for writing an FQL query in PHP

Because using the Graph to get comment information craps out at a certain volume (even with pagination) I need an FQL solution. Unfortunately, all the documentation and blogs I've found contain ...
1
vote
0answers
34 views

How to Programatically send Facebook Group invite

I would like to create a page that can prompt for login if the user has not logged into facebook, then check if the user is a member of a group. if not, provide a button that when clicked will send a ...
1
vote
1answer
37 views

Display list of friends using same in uitableview

i'm struggling to get this done. I 've made a FBRequest to see who (in my facebook friends) have installed my app. Here is my code -(void)viewDidload { [[FBRequest requestForMe] ...
0
votes
1answer
25 views

Get event / location / page - adress

I am trying to get the adress from a public event, sometimes it returns the geocords, sometimes the full adress and sometimes just the venuename. i found on another thread, that there is some issue on ...
0
votes
0answers
23 views

Facebook API Load Time is Twice as Long with User Session

When the user is the not logged in, my app makes the API calls using the app access token. When the user is logged on then my app makes the API calls using the user access token, but then the pages ...
0
votes
0answers
12 views

Facebook API ignores FQL query

I used to load comments count using FQL - now, it's not possible... simple demonstration php script <? $string = ...
-1
votes
0answers
16 views

BUG - Place and with_tags not returned from stream FQL table when sharing a post

Using the graph API, I share a post on a current user wall with a place and a tagged friend. I then see the created post displayed correctly on the Facebook website, but the FQL won't return the ...
0
votes
1answer
22 views

Use url_id to find fan_page?

I'm wondering if it's possible to use url id [see below] to find a fan page information in the link below. { data: [ { url: "http://stackoverflow.com", id: ...
0
votes
2answers
141 views

Facebook FQL - Error: The operation couldn’t be completed. (com.facebook.sdk error 5.)

I am running the following Facebook FQL for my iOS app. It is giving me the error: **Error: The operation couldn’t be completed. (com.facebook.sdk error 5.)** I have tested the permissions and they ...
0
votes
1answer
30 views

could not fetch info from comment table

Facebook just notified me about "July 2013 Breaking Changes". There is one related to my app. Deprecating 'comments' field from 'stream' FQL table We are deprecating the 'comments' field from ...
0
votes
1answer
18 views

FQL: Retrieving photos that have multiple friends tagged

How would I retrieve all the photos that have multiple friends tagged given a few friend IDs? The following doesn't seem to retrieve all photos (or any in many cases): SELECT object_id, src_big FROM ...
0
votes
1answer
45 views

FQL query returning empty array

FQL query returning empty. I run the following FQL in https://developers.facebook.com/tools/explorer: SELECT uid, name, username, birthday_date, current_location, online_presence FROM user WHERE ...
0
votes
5answers
125 views

Facebook FQL: Getting pages a user likes, which at least one of their friends also likes

Is this possible? I tried one thing which does not work: SELECT name FROM page WHERE page_id IN ( SELECT page_id FROM page_fan WHERE uid = me() AND page_id IN ( SELECT ...
0
votes
0answers
26 views

FQL query by name

I'm looking for a way of doing somethig similar to the following query, but I'm getting stuck into the Facebook constraints. SELECT page_id,name,latitude,longitude FROM place WHERE name LIKE 'my ...
0
votes
2answers
47 views

Javascript: Make a function wait until the query has finished

So i make a facebook query ( fql ) in a function, and i need to use the returned results in another function, but the query takes some time. How can i delay the second function until the whole query ...
-2
votes
0answers
3 views

Table ranked by Likes [closed]

I am an ancient Mainframe developer but I know nothing about modern programming. I would like to build a table on my Face Book page that contains a list of, say, football teams in column A; a comment ...
0
votes
1answer
22 views

Loading comments from facebook

I got an application that posts stories to Facebook (actions and objects are cutom). Stories (when they are on facebook) can be commented, liked and shared. My question is: is there a program way to ...
-1
votes
1answer
39 views

Determine when a facebook friend shared post of specific type?

In my android app I want to know the time OR (Limit offset to get stream) when a specific friend shared a post of specific type say video. For example I want to know the time or (Limit offset of ...
-1
votes
0answers
20 views

Problems with queries

i'm trying to execute the next FQL query for getting links posted by the logged user: SELECT image_urls, link_id, owner, picture, title, url FROM link WHERE ...
0
votes
1answer
24 views

How to get the video feeds shared by specific friend facebook

I need to fetch only video feeds shared by a specific friend what i searched and found is that i can fetch feeds of a specific friend using uid/feed but it gives me all the feeds but not only videos. ...
0
votes
0answers
35 views

How do I get all photos from a Facebook post using FQL

When I use the Facebook API with FQL I have this query: SELECT attachment FROM stream WHERE post_id = 'xxxx' If the post has more than 9 pictures related to it, I only get data from the first 9. ...

1 2 3 4 5 24