Questions tagged [facebook-fql]

Facebook Query Language (FQL) enables you to use a SQL-style interface to query the data exposed by the Graph API. It provides for some advanced features not available in the Graph API such as using the results of one query in another.

Facebook Query Language (FQL) is now deprecated and the service is completely disabled and unusable.

FQL enabled you to use a SQL-style interface to query the data exposed by the Graph API. It provided for some advanced features not available in the Graph API such as using the results of one query in another.

3041 questions
5
votes
0 answers

Facebook link_stat click_count remains zero

I've looked in the documentation and the facebook documentation says click_count is The number of times Facebook users have clicked a link to the page from a share or like. I've been playing with API and the counter remains 0 no matter what. Is it a…
5
votes
1 answer

FQL: stream table does not return others links

I'm attempting to get all posts of my company page through a FQL query. Normal posts by others are returned ok (posts containing only text). Posts by the company itself that contains links is returned ok. BUT: Posts by others then the company…
Roar Skår
  • 73
  • 3
5
votes
1 answer

how can I get all comments from a url in facebook?

I'm trying to get all the comments of a url that was added to facebook. is this possible?
daily-learner
  • 617
  • 1
  • 8
  • 17
5
votes
1 answer

How to get message thread URL knowing the thread id?

There is How can I construct a link to view a message on facebook.com if I have the message id question, but it is unanswered. What if I got the id of the thread using /me/inbox API endpoint and need to redirect user to the Facebook itself showing…
vian
  • 811
  • 2
  • 12
  • 27
5
votes
3 answers

Get latitude/longitude of friend's current_location using Graph FQL

I'm trying to get the latitude/longitude of all of a user's friends using a single API call. I believe I need to write a multi-query FQL statement, but I can't get the syntax correct. I believe the two queries need to be something like the…
pyro70
  • 89
  • 2
  • 12
5
votes
1 answer

Graph api - Like / until - since

Is there a possibility to use the parameters "since" and "until" in the likes request? What I'm trying: https://graph.facebook.com/me/likes?limit=500&offset=0&since=2011-01-01&access_token=... I liked a post today, but it is not working. It can…
5
votes
5 answers

Facebook API people search filtered by country

I'm trying to search people using the Facebook API (Graph API or FQL, whichever works). Up to this point, it's working just fine but I can't get it to be filtered by country or language. I'm currently retrieving this…
Jeroen
  • 13,056
  • 4
  • 42
  • 63
5
votes
1 answer

Difference between object_id and regular id

I noticed that several fql tables have an object_id as well as a regular id. For instance, the photo table has both the object_id and a pid. What is the difference between the two?
David Beck
  • 10,099
  • 5
  • 51
  • 88
5
votes
4 answers

How to get friends in order of number of mutual friends?

I am developing a Facebook application. I want to know how I can get friends in the order of number of mutual friends. Is it possible with FQL or any other method?
5
votes
2 answers

Get wall posts made through my Facebook application using FB's API

I made a Facebook Application that people use to share links from my webpage to their walls, and now I need to get back a list of the posts made through it during a pediod of time (e.g. from Sep. 4th to Sep. 10th), incluiding their Post IDs. I am…
rodrigo.garcia
  • 557
  • 7
  • 11
5
votes
3 answers

Fetch a group object with Graph API using group alias?

How can i fetch data with group page alias ? Take for example this group: http://www.facebook.com/groups/toroneradio/. Making request to https://graph.facebook.com/toroneradio gives me back: "message": "(#803) Some of the aliases you requested do…
Alex Kolarski
  • 3,255
  • 1
  • 25
  • 35
5
votes
1 answer

FQL range limitations for stream and comments

I'm somehow confused about how the Facebook FQL works. I need to get the "fan of the month" of a specific page. That is a user who did the most posts and comments. In the facebook FQL stream documentation it says: Each query of the stream table is…
Sascha Galley
  • 15,711
  • 5
  • 37
  • 51
5
votes
2 answers

Facebook application data storage

I created a Facebook app(game) in JavaScript. I used Facebook's php-sdk. I dint make a good use of the sdk except to display the name of the user logged, and his details. I want to store the score of each user at some place. Checked FQL. As far as I…
5
votes
1 answer

Facebook Like button, can it be made read only?

I'm using Facebook Likes in my site. I have a gallery page which shows picture/video data and the number of likes for that data. Each piece of data has it's own URL which can be liked. However, I want to display the number of likes in the gallery…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
5
votes
3 answers

How to determine if a Facebook user has uploaded a profile picture or its default?

Is there a way to know if a user uploaded an image to the profile or it has the default user picture of Facebook via FQL or somthing else?
amirash
  • 2,419
  • 5
  • 24
  • 26