Skip to main content

All Questions

1 vote
1 answer
138 views

Insights for Page Posts Vs Insights for User news feed/timeline Posts

Insights for Page Posts Vs Insights for User news feed/timeline Posts: I am successfully getting insights to all the posts my Facebook developer app is posting to a brand's fan page. How do I get ...
dminerone's user avatar
1 vote
0 answers
182 views

Getting list of invited Facebook friends with Facebook API

I've adapted Facebook's example code to let me show the list of invited users... but I can't get a list. Can someone help me with the right syntax to get a list of invited friend? This is what i've ...
NadirOS's user avatar
  • 13
1 vote
0 answers
157 views

facebook FQL CONTAINS operator not working

Since yesterday morning the "CONTAINS" FQL function doesn't work for the application table. For example, the query: SELECT link,display_name FROM application WHERE CONTAINS ('slot') the result is: ...
guyklainer's user avatar
0 votes
0 answers
351 views

Facebook API - FQL url_like table behaving strangely for some users, not returning all URLs liked

I am writing a facebook API based app and I ran into a few complications with the URL_like table in FQL with certain facebook accounts If I run the following query, I expect to get back a list of ...
Sergei Agoureev's user avatar
0 votes
1 answer
248 views

FQL / Graph Api : Delete friends who belongs to particular group / list

I am working on a facebook task delete friends who belongs to particular list delete friends who belongs to particular group block friends who belongs to particular list block friends who belongs to ...
suresh's user avatar
  • 1
1 vote
0 answers
356 views

get via fql or graph api the facebook insights for traffic from notifications

I would like to automatically download the facebook insights related to traffic coming from notifications (to be specific just app notifications, not users). Obviousley i can see the data from the ...
user1310165's user avatar
1 vote
1 answer
318 views

Facebook Graph API get average amount of users "friends of friends" using fql

im trying to calculate the average amount of friends friends for example if the user has 4 friends : friend A with 5 friends friend B with 10 friends friend C with 15 friends friend D with unknown ...
Nimrod007's user avatar
  • 9,895
1 vote
1 answer
268 views

Facebook api stream table "Include recent activity stories" settings not visible

Description field says Text of stories not intentionally generated by users, such as those generated when two users become friends. You must have the "Include recent activity stories" migration ...
Basit's user avatar
  • 16.9k
2 votes
0 answers
280 views

OAuthException "An unexpected error has occurred" when trying to query count field of comments_info table with FQL

We have a Facebook app that uses the FB comments social plugin. We're trying to automatically pull the total number of comments that have been posted using that app. We've tried using this query: ...
Marty Beckers's user avatar
0 votes
2 answers
969 views

unable to get fan page to check if user has liked this page or not using fql

I just want to know whether a user has liked page or not and following is my code: function checkPageLike($fbuid,$token){ $fqlquery = "SELECT uid FROM page_fan WHERE page_id = ".$this->...
Hafiz's user avatar
  • 4,237
-1 votes
1 answer
370 views

How to create a facebook application without any canvas or gui [closed]

I want o create a simple facebook application without any canvas or GUI.I want to access the details of app users,post to their wall,access their friends profile etc,Without their presence i mean ...
Alfred's user avatar
  • 59
1 vote
0 answers
260 views

Facebook FQL query to return all comments against an application [duplicate]

Possible Duplicate: Retrieve all comments with FQL by application ID Evening, I was wondering if anyone knows how to use FQL to return all comments associated to an Application. The app_id. ...
Chris's user avatar
  • 11
0 votes
1 answer
290 views

Facebook FQL returns NaN value

In this script function fql(){ FB.api('/me', function(response) { var query = FB.Data.query('select uid, name, email from user where uid={0}', response.id); ...
Piotr Sowiński's user avatar
0 votes
1 answer
297 views

Facebook App - Browsing Random Posts

I've been tearing through the Facebook API documentation and beginner-level tutorials on the basics of an in-Facebook app and am starting to get a grasp of the basics. I'm looking to develop an app ...
Eric T's user avatar
  • 946
-1 votes
1 answer
159 views

I am getting an error from Facebook in my application

I am creating an image from my Facebook application. I am getting the following error from Facebook. CurlException: 56: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 Is there ...
Kristen Harrison's user avatar

15 30 50 per page