Skip to main content

All Questions

0 votes
0 answers
48 views

Facebook FQL query for fetching news feeds does not work all the times

Hi i wrote a FQL query to fetch the news feeds which returns the results sometimes and returns empty result set most of the times.The weird part is the same query returns a proper result set while ...
ravoorinandan's user avatar
2 votes
3 answers
3k views

Username is not a member of the user table facebook api

For last few years I was using FQL of Facebook in which i gathered data about last comments by fans on one of my pages. To do that I was forced to use 2 tables joins. I could do that with fql....
Roman Losev's user avatar
  • 1,941
0 votes
1 answer
159 views

Additional information in one API call

Given below my code outputs number of Posts, Likes, Comments, and Shares for my Facebook page. It considers only present one week data. This is done using fql qpproach (I know fql is deprecated but my ...
Sabha's user avatar
  • 619
0 votes
1 answer
1k views

How to get distance between me and some facebook user?

Is it possible to find the smallest distance between me and some User A? Just imagine: User A knows someone, who knows someone, who knows someone, ... who knows someone that knows User B. And I know ...
IremadzeArchil19910311's user avatar
2 votes
1 answer
57 views

FQL for Getting How a user connected to logged in user like in linked in

How can I write FQL query for getting information on How a specific user is connected to logged in user (X degree of connection) similar to linked in as shown in the image From image the tooltip (...
Yatheesha's user avatar
  • 10.4k
1 vote
1 answer
302 views

Adding a Photo to Facebook Album does not modify Album modified time

Is it a bug or a valid feature on Facebook, when a Photo is uploaded to an existing Album it does not modify Album's modified date? What does modified_major field on Album do?
javadee's user avatar
  • 75
1 vote
0 answers
50 views

iOS Facebook FQL results

I want to access facebook posts on public pages by Facebook FQL API. I built multiquery like this: NSString *fqlPostsName = @"queryPosts"; NSString *fqlPosts = [NSString stringWithFormat:@"SELECT ...
Kuboslav's user avatar
0 votes
1 answer
484 views

Get the pictures of the facebook profile album

thank you for your time and help. I am trying to get all the profile pictures of the current user , but I am getting a weird answer : {Response: responseCode:200, graphObject: GraphObject{...
ahmed_khan_89's user avatar
0 votes
2 answers
369 views

How to get picture of user who has commented on my facebook post?

I have post_id of the status which user share by iOS app, Now with graph api, I'm getting comment info and like info: POST_ID?fields=likes.fields(pic_square,name),comments With above, I'm able to ...
Shrejas's user avatar
  • 478
0 votes
1 answer
35 views

Get events created by friends (but returning their names too)

I can get events created by my friends: SELECT eid, name, start_time, pic_cover.source, location, venue FROM event WHERE creator IN (SELECT uid2 FROM friend WHERE uid1=me()) But I want to get my ...
whitenoisedb's user avatar
1 vote
1 answer
152 views

Gathering aggregate data on performance of facebook posts on non-owned pages

for some research I'm doing, I want to be able to count the number of comments and likes per post on a facebook page (trying to figure out what type of content leads to the most engagement for ...
Jake_Mill22's user avatar
-1 votes
1 answer
207 views

FQL Query that shows me the amount of male and female attendees of a random facebook event

Well, I have this code here that is a FQL Query that shows me all attendees of an random event from facebook. $fql = "SELECT uid FROM event_member WHERE eid = 461462343953933 AND start_time >= now(...
Marcel Bomfim's user avatar
0 votes
1 answer
1k views

Facebook Graph API: Parser error: unexpected end of query

I'm trying to retrieve facebook insights data using the multiquery FQL method but to no avail. I've followed the instructions available on facebook's site. Does anybody have any idea as to what might ...
Saimon's user avatar
  • 723
0 votes
1 answer
205 views

Facebook FQL url likes of friends work strange

Hi I would like to count the url likes of my friends based on a given url, I have the following piece of code: function mQ(url){ FB.api({ access_token:'...
0x_Anakin's user avatar
  • 3,229
2 votes
1 answer
128 views

FQL Multiquery always fails (querys work as single query)

I'm trying to fetch the users news stream and get the names of the profiles from the actor ids of the news stream posts. This is the query I use NSString *fqlString = @"{" @"'query0':'SELECT post_id,...
arnoapp's user avatar
  • 2,496

15 30 50 per page
1
2 3 4 5