Tagged Questions
-8
votes
0answers
32 views
Get photos in which I tagged my friends [closed]
I want to get those photos in which I tagged my friends. Is it possible? If yes then please give me some sample code. Thanks
0
votes
1answer
7 views
Get tagged user_id tagged on video using facebook api
I want to get tagged user_ids from Facebook Graph api. I have successfully done that for photo using
https://graph.facebook.com/photo_id/tags
this gives me the user_ids tagged in the photo.
when i ...
-1
votes
0answers
14 views
Stange FQL error
I have a problem with a FQL query but I not know the problem:
the fql query is:
@"{"
@"\"event\":\""
@"SELECT name, description, pic_small, pic_big, eid, venue, ...
0
votes
0answers
11 views
How do I get all details about items on a user's Facebook wall?
My app is displaying a user's Facebook feed data (ie wall posts).
The problem I'm having is getting all of the info for the types of post which alert the user to an action they have taken on another ...
0
votes
1answer
13 views
Any way to use elements of FQL attachment media array in multiquery?
I need to get the list of comments for each item in a user's news feed including comments for any media in the feed items.
I'm trying to avoid multiple FQL query roundtrips, so I'd like to use ...
0
votes
0answers
31 views
FQL query list of friends that allows apps to access their photos
I am using the iOS Facebook SDK for my application. My app needs to access to user's friends photos.
However some users denies apps to access their photos. What I would like to do is to filter those ...
0
votes
1answer
12 views
Get list of Facebook applications installed and permissions?
I've looked through all the documentation in the FB Graph API and can't find exactly what I'm looking for, so it might not exist, but hoping someone has some ideas.
I'm looking to get a user ...
0
votes
1answer
33 views
Facebook FQL query by Facebook ID
I am new in Facebook development, I want to query facebook by Facebook ID for info like (likes, profile pictures e.t.c).
I retrieve the URI ex. http://graph.facebook.com/1234567891 and i want to use ...
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:
...
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
0answers
27 views
Get all public facebook events in a given area?
Is there a way to get all public facebook events in a given area, regardless of wether you are linked to them in any way? I have seen a few posts on how to get events you are invited to but not to get ...
0
votes
0answers
14 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 = ...
1
vote
1answer
55 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
76 views
getting feed posts with comments not works when july 2013 migration enabled
i was getting feed posts with https://graph.facebook.com/group_id/feed call and comments for each post of the feed using fql query in successive calls using user access token generated by my facebook ...
1
vote
1answer
23 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
0answers
19 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
13 views
Facebook FQL request error
I'm doing some FQL requests from my iOS app. Sometimes error can occur in the response. I'm interested in knowing if the key NSErrorFailingURLStringKey that contains my FQL request will always be ...
0
votes
1answer
60 views
Using FQL to get comments from a webpage, LIMIT and OFFSET, but result fail when there are more than 900 comments
I'm running a contest where I count up all the daily comments on a webpage per unique commenter each day. At the end of the month, the person with the most comment-votes wins. I have logic written ...
0
votes
0answers
5 views
Blank data when Query with FQL
I'd like to query "my friend_id who like my status in latest 3 days"
I test this query with "Graph API Explorer", no problem.
but in iOS I received blank data ? What's wrong ?
NSString *query =
...
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
33 views
Exclude mobile online users from friends list on FQL
I'm querying Graph API for user's friends:
"SELECT uid, name, pic_square, online_presence FROM user WHERE (uid IN (SELECT uid2 FROM friend WHERE uid1=me())) ORDER by online_presence"
and getting ...
0
votes
1answer
17 views
Facebook API Accuracy
I have a quick question for the Facebook Guru's here.
A couple of years back I have written a facebook app that retrieves the amount of likes assigned to a photo. At the time, I was surprised to find ...
0
votes
1answer
31 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
61 views
Facebook FQL query to get user's sent messages since a timestamp
I'm not too familiar with Facebook FQL. I'm looking for a way to see what users have received my message. I know I need to ask for extended permissions read_mailbox
For instance I would like to see ...
0
votes
1answer
27 views
Why do shared items not show up in Graph API notification requests
I am currently implementing an android application that checks a user's notifications periodically using the Graph API using the following query: /me?fields=notifications
I've noticed that whenever ...
3
votes
1answer
91 views
Facebook fql like table removed?
Anyone knows if facebook is removing the like table completely from fql?
I can no longer see like table in fql list of tables. the page shows not found, but i can still access the like table Graph ...
0
votes
1answer
109 views
New Facebook API fetching newsfeed and its comments
is there a way to get newsfeed and its comments with the new changes facebook making on july, 2013 - https://developers.facebook.com/roadmap/
What im trying to do?
i want to fetch latest newsfeed ...
0
votes
1answer
51 views
Accessing Friend of Friends Photos with Facebook GraphAPI?
Does anyone know if there is anyway possible to access a friend of my friends photos with GraphAPI or FQL?
I can't seem to get images of friends of friends. Seems weird that my app can't but the ...
0
votes
1answer
299 views
getting all post comments under limit using facebook fql query
I have been trying to use Fql query to show all comments for a post.at first i show 2 posts then when 'show more comments' clicked i show next 50 comments,this way it continues.when 'show more ...
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
0answers
38 views
how to get facebook home news feed of offline user [closed]
i am making a facebook app in which i need to access home news feed of a offline user.and notify about it in every hour(or day) through email.so that the offline user know what happened when was ...
0
votes
0answers
34 views
Query the facebook find-friends-browser
Is there a way to query the find friends browser (http://www.facebook.com/find-friends/browser/) with FQL or graph?
In order to search people that are p.e. from my hometown and not my friends, filter ...
0
votes
0answers
43 views
How to execute FQL/PHP Query from codes?
In Graph API Explorer at https://developers.facebook.com/tools/explorer, and in the FQL Query panel, i can run something like following query:
SELECT message FROM status WHERE uid = '67060XXXX'
It ...
0
votes
0answers
37 views
get fast facebook feeds from graph api for live post
I need to show fast feed using facebook graph api in my website http://howfb.com to display facebook trends from different categories. It takes much time to get 50 post from facebook, is there any way ...
1
vote
0answers
120 views
Facebook FQL public post search by keyword
I'm trying to accomplish something similar to the graph link below; however, I would like it to be in FQL form. I've been exploring and trying to figure it out how to accomplish this; consequently, ...
0
votes
1answer
82 views
Facebook API Rate Limit - Server-side vs Client-side
To my understanding the rate limit for facebook API is about 600 calls per 600 sec, per token & IP. Now I have a website/facebook-app that allows users to browse public nightclub pages and events ...
0
votes
0answers
66 views
Facebook insights, page_fans_country accessible, no data for page_fans, page_fans_locale or page_fans_gender_age
I'm using FQL to access pages insights and I've got different results depending on the metric I pass in the query.
For exemple, this query works correctly, I get the datas for any facebook pages :
...
0
votes
0answers
94 views
Get each post id with all comments using facebook FQL
i want to get each post id with all comments for a page using fql query.if i use -
SELECT text,post_id FROM comment WHERE post_id IN(SELECT post_id FROM stream WHERE source_id=page_id_here)
...
0
votes
0answers
14 views
what exactly 'is_exportable' is?
I can find 'is_exportable' column on http://developers.facebook.com/docs/reference/fql/stream. I try to call and it seem always return 0 value on 'is_exportable' field. So, i just wonder what exactly ...
-1
votes
1answer
139 views
getting comments per post of a page using FQL query
I am trying to get comments per post of a facebook page/group/profile following way -
SELECT fromid, username, text, time, post_id FROM comment WHERE post_id in (SELECT post_id
FROM stream
WHERE ...
0
votes
0answers
31 views
Is it neccesery to store Access Tokens?
I'm new to FB application Development.
Just clear me, after user installing my application imma getting their access token is it necessary to store those access tokens to access their data and post ...
1
vote
1answer
29 views
Facebook Action Type Get Code button not working
Is anybody else having a problem with the Get Code button for Facebook Action Type? In all the browsers I have tried it just flashes up an empty Loading box, and then disappears.
1
vote
1answer
88 views
Error OAuthException: (#200) when inviting to Event
I am getting the Error:
Fatal error: Uncaught OAuthException: (#200)
when i try to invite people via an App to an event.
My Steps:
1. Getting long lived token with Permissions: create_event ...
0
votes
0answers
10 views
Difference between friend and standard_friend_info
In Facebook Query Language (FQL) Reference, the main difference is that friend is using "user" access token and standard_friend_into is using "app" access token. Apart from this, what are their ...
2
votes
1answer
62 views
Getting more than the last few days from /home or stream table in Facebook API
I've been working with the home graph api as well as the stream fql table and I am hoping to get the last week or two of a user's news feed. So far using large limits (5000 which is the max) and ...
1
vote
1answer
160 views
Facebook: Get facebook messages for specific Date?
I wanted to get facebook's messages not Feeds. I've searched about it but did not find the solution.
I have also looked into FQL for the same but didn't find any useful things.
Is it possible to ...
0
votes
1answer
32 views
FQL not returning all items in stream
I am building a web app that allows users to post to Facebook as well as view their news feed (among a bunch of other things).
This: https://graph.facebook.com/me/posts returns way to many records. ...
0
votes
1answer
21 views
Repeat Unknown Error When Searching on FQL
I have this error when I try to query photos or links that my friends have based on key words. Here is some examples:
Photo Query
SELECT caption, owner FROM photo WHERE owner in (SELECT uid2 FROM ...
0
votes
0answers
18 views
How to get the Creator of an facebook fanpage.
Is it possible to get a list of the fans, but in order of first to last? I am trying to see who the creator is of a certain page?
1
vote
0answers
19 views
Search API Facebook according coordinates
My code is this
request_url = "https://graph.facebook.com/search?q=asdfert&type=place¢er=37.76,-122.427&distance=1000&access_token=whgghstyhhjgsdhdfdf&type=post"
url = ...

