Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
A request to retrieve information from a database or other information system. This tag can be used to refer to SQL queries against a database (SQL-Server, Oracle, MySQL, etc.) or for filtering and manipulation of memory data structures (jQuery, Linq).
0
votes
1answer
34 views
Facebook FQL - get all photos which user and user's friend commented, liked
I have id of current user (uid1), and id of his friend (uid2).
How can i get photos which're liked or commented by them (using FQL).
Please help me. thanks!
0
votes
1answer
43 views
php variable in query - postgresql
I have problem with query value.
This is working.
$userArray = $database->select("app", "fb_id=14175962160");
but this isn't working. WHY?
$user = $facebook->getUser(); // contains my fb id ...
1
vote
1answer
49 views
How to use facebook graph api to get all the current employees of a company?
The new graph search on facebook page allows you to search for current employees of a company by typing a query like "Current Google employees" on the top search bar.
Now how to do the same via ...
0
votes
1answer
44 views
Facebook Query Of Friends and Common Places
I am working on an android app that interacts with facebook places.I have the users place list(checkins,status) and the users's friends list.I also have the place list for each of the user's friends.I ...
1
vote
1answer
29 views
FQL Query capabilities
Just getting started with FQL and Graph API.
Is there a way to run a query that performs the same kind of search that you would do on Facebook Graph Search?
For example, user logs in with FB. She ...
0
votes
1answer
41 views
Retrieve first few comments on a post from MySQL table
You know how the Facebook home feed lists all the recent posts? It shows the user that posted, their actual post and then the first few comments attached to that post. That's what I'm trying to ...
0
votes
0answers
43 views
facebook batch request: sequence of request not working
I want to create a batch request that does the following
create an object in first request
list all objects in second request
Referring to code below, in the response of my second request, I never ...
0
votes
1answer
59 views
FQL or GraphSearch to query/grab All Public Items of a user?
Is there a way to query/get all of a user's items (status/ posts/ likes/ photos/ infos/ etc..) which are set as "public" visible?
I found something as below, for like for example:
SELECT object_id, ...
0
votes
1answer
40 views
Search Facebook Graph API for long posts?
Is it possible to search the Graph API for posts a Facebook member has written where post.length > n ?
Or would I have to pull posts and parse/filter them in my code?
0
votes
0answers
90 views
Find mutual friends in facebook using Graph API
I want to find the number of mutual friends between two of my friends. Is it possible and what permissions i should tick to get this access token?
I used following query in Graph API Explorer:
...
0
votes
0answers
33 views
Processing payments_status_update to update database with forum user id with purchase
The template is just an average HTML template being parsed within XenForo. While my callback file is in the root, I have managed to get code working that if I specify the forum user id into the code ...
0
votes
1answer
123 views
Get recent facebook comments left on wordpress site
https://graph.facebook.com/comments/?ids={YOUR_URL}
Id like to display comments made on my site using the facebook comments widget, and using the link above.
Is there a way to turn this into query, ...
0
votes
1answer
35 views
FQL: group results that have a field in common
I'm developing an application based on the facebook checkins.
I'm searching a way to group the results, that I receive asking for an user's checkins, by the page_id with a single FQL query.
Generally ...
0
votes
0answers
66 views
Facebook Query String on apps.facebook.com
I've done facebook tab page with passing parameter by using signed_request , app_data
https://www.facebook.com/example?sk=app_12332133&app_data=abc
and I echo it out on php
...
0
votes
0answers
90 views
Getting last post made by page in facebook in FQL
I need to get the timestamp of the latest post on our facebook fanpage made by the page itself. I was wondering if there's an FQL query that does that. Thanks :)
0
votes
0answers
115 views
FQL facebook query about friends events
I have a question about FQL query:
This query:
SELECT pic_big, name, venue, location, start_time, eid
FROM event
WHERE eid IN (
SELECT eid
FROM event_member
WHERE uid IN (
...
0
votes
0answers
70 views
Get last user who liked my facebook fan page
I would know how can I get the last one who liked my facebook fan.
I want get his picture and name. It's possible?
Thanks.
1
vote
1answer
29 views
How to access my user activity on other users' pages or fan pages using the Graph API?
I would like to find any of my own activity (post, comment, share, etc.) on another user's page or a fan page. That is, obtain a list of all the comments, posts and whatnot that I have made on user ...
1
vote
0answers
27 views
Is it possible to get the owner (uid) of a page
I need to know the uid of the owner of certain pages.
But these pages are not the ones I managed.
For example if I want to know the uid of this page vía FQL:
SELECT uid FROM page_admin WHERE ...
-2
votes
2answers
267 views
How to retrieve a particular Facebook post using post_id
In my application, there is a case where I want to retrieve the content (message) of a particular Facebook post. I am able to get the postid id for that particular post, but I am not able to get the ...
0
votes
2answers
102 views
Get user's event list
I just started to use FQL, and I was trying some FB examples that worked fine.
But I try to make my own exapmles, but didn't work...
I was trying to get the list of activities of a loged user, with ...
0
votes
1answer
127 views
SQL - Get the latest event from table
I got two tables.
A dealer table (id, name, etc.) and an event table (id, did(dealerid), eid(fb eventid), venue, etc.) where I save the dealerid, eventid, eventurl and date from facebook.
I can get ...
1
vote
0answers
94 views
Photo tags query response of max 400 elements
i'm using new Facebook SDK 3.0 but it's not relevant since Graph API Explorer has the same behavior.
The problem is that when i try to fetch some user photo tags, like "me/photos" or the equivalent ...
0
votes
0answers
162 views
Facebook Comments - FQL - Get latest comments based on App ID [duplicate]
I'm using facebook's comments box on my site and I would like to retrieve the latest 5 comments from the facebook App ID associated with the comments box.
For that, I know I need to make use of FQL, ...
1
vote
1answer
118 views
Facebook comments loop very very slow
I have this function in order to retrieve the count of Facebook comments to blog posts:
function comment_count($url) {
$json = json_decode(file_get_contents('https://graph.facebook.com/?ids=' . ...
0
votes
0answers
48 views
Facebook SDK for iOS: me() query dont get logged user
I have some troubles with Facebook Login with iOS.
When I click on my "Login" button, the app correctly goes on Facebook, get token, then comes back and returns a correct token. BUT:
If I try a get ...
0
votes
0answers
107 views
Getting friend likes with FQL -Little Difficult-
If I separate the question to two parts to make clearer:
Firstly; I will select most active page liker 10 friends.
Secondly; I will select one random musician/band page each of these ten friends.
...
4
votes
1answer
246 views
Using FQL to retrieve facebook status's of all users who are using My Facebook Application
I would like to retrieve status's of all users who are using my Facebook application.
I am not interested in retrieving the user's friends statuses only interested in retrieving the users who are ...
1
vote
2answers
72 views
Get current user newsfeed along with post author picture
I'm trying to obtain all newsfeed posts of the current user along with each post author picture url in a single query, but I cannot succeed.
I can get current user newfeed by calling "/me/home" in ...
0
votes
0answers
85 views
Search for cities and attractions via the graph API
I am trying to come up with an easy way to find cities and attractions via the graph to display the 'were_here_count' count next to its receptive listing on a website. For example on a Paris page it ...
0
votes
1answer
251 views
Finding FB friends and GMail contacts
I'm a RoR newbie, building an app that allows users to register/link their FB and/or GMail accounts.
For example, User1 registers/links using their FB and Gmail accounts. Once registered, User1 ...
2
votes
0answers
311 views
Facebook appends query string to liked pages
When you like a page on Facebook the link to the page now appears on the users news feed with a query string appended to the end e.g
...
0
votes
0answers
48 views
is there a facebook id that is never used
Some users in my application are facebook users and some are not. Also, some entities in my application are tied to facebook groups (by groupids) and some not.
Ideally, I would use a null value for ...
2
votes
1answer
473 views
FQL Query for getting Chat conversation
Here is the code. In the result I want to see my conversation and my friend conversation. For conversation history functionality How can I do this?
SELECT message_id, thread_id, author_id, body, ...
0
votes
1answer
378 views
Very complex FQL queries very slow
I'm trying to get the first 50 posts (posts by friends) from the user's news feed using facebook FQL, as well as each friend's profile information. I have two queries, which total 10 seconds of ...
0
votes
1answer
431 views
How to do FQL NOW()+1HOUR?
Here's my FQL:
$fql = 'SELECT eid FROM event WHERE eid IN (...) AND start_time>now()'
I want something like...
$fql = 'SELECT eid FROM event WHERE eid IN (...) AND start_time-1hour>now()'
...
0
votes
1answer
101 views
How to execute query only once in Django?
This is the following query that I have in my views.py:
#parse json function
parse = get_persistent_graph(request)
#guys
male_pic = parse.fql('SELECT name,uid,education FROM user WHERE sex="male" ...
0
votes
0answers
149 views
How to get ALL tagged users from a photo when some user has NO square on the pic?
I am trying to get the location history of my friends with an SQL query and run into this problem
The FQL I use is:
SELECT caption, owner, place_id, pid, src_big, created FROM photo WHERE place_id ...
1
vote
2answers
117 views
How can I retrieve a Facebook id from a link
I would like to retrieve a the facebook id from a link. What I would like to know is if I've got all the possible cases or/and if I can have a standard way to do it ex :
If have ...
0
votes
0answers
126 views
Retrieve every public status using the Facebook Graph API?
Does facebook provide a query mechanism for retrieving the most recent public statuses without specifying a search term ?
For example could the following Graph API call
...
0
votes
0answers
45 views
Query cities through Graph API
How do I do a graph query on pages, but only search cities?
http://graph.facebook.com/search/?type=page&q=san%20francisco
I want the similar results as returned by type=adcity (e.g. ...
-2
votes
1answer
232 views
Why can't my facebook fql query more than 2 facebook values?
Trying to create a facebook app just to learn and coming across a strange phenomenon that I'm not sure what to make of.
I understand all the JSON conversions but it seems I can't query more than 2 ...
0
votes
1answer
85 views
query using FQL on comment with display all the reply
I'm using this command to display the comment with reply on my page
https://graph.facebook.com/comments/?ids=http://development.deolvet.com/lorem-ipsum/.
But it will not display the exact comment ...
0
votes
1answer
389 views
FQL with limit do not return results for all users
Im tryint to get the following query to return results for two of my friends:
SELECT pid, owner
FROM photo
WHERE aid IN (
SELECT aid
FROM album
WHERE owner in (
SELECT uid2
FROM ...
0
votes
1answer
61 views
Query Facebook to collect info on all birthdays in an area
First time poster so please be gentle. I'm looking for a way to run a FQL query that will return all of the birthdays for a given geographical area. For example: Return all of the (publicly-shared ...
1
vote
1answer
474 views
Querying custom actions published by other users
It is my understanding that a list of a users published custom action in an app can be queried with the following URL.
https://graph.facebook.com/me/gym:workedout?access_token=<accessToken>
...
0
votes
1answer
410 views
facebook query pages sort on likes
I am looking for a way to query facebook pages that for example, have something to do with food.
Not to difficult ;)
$pages = $facebook->api('search?q=food&type=page');
But... I want to get ...
0
votes
0answers
93 views
Determine facebook's users clicked LIKE button on the app
I have an FB App:
https://www.facebook.com/apps/application.php?id=141871369223169
As you can see there are few persion liked the app. How should I determine who they are (account IDs)?
I've read ...
0
votes
1answer
382 views
Multi FQL query with limit
I do not know, how get all my threads and last message of each thread by FQL.
I try:
fql?q={"threads":"SELECT subject, recipients, updated_time, unseen, unread, thread_id FROM thread WHERE folder_id ...
-1
votes
1answer
538 views
Facebook Like NewsFeed
i would like to design facebook like newsfeed module,but I dont know right and efficient method to do it.I want to design its database in a way with speed updates retrieval time and with 90% of ...

