Skip to main content

All Questions

0 votes
0 answers
86 views

Can’t receive the email of the user after he approves my Facebook app

I’m working with cURL & Facebook sdk for 5-6 years, and had no trouble at all. My app is on the 2.8 version of the Graph API. But now, I suddenly can’t receive the user’s email address after he ...
BenTyler's user avatar
0 votes
1 answer
156 views

What's the relation between Facebook Activity Streams and the Tin Can API?

A long time ago I did a project using the Facebook SDK in which you could pull data from Facebook about your users using a noun, verb, object format; for example, John Miller made a smoothie; or Jane ...
leeand00's user avatar
  • 26.1k
-1 votes
1 answer
695 views

Get Facebook Page Likes in PHP (after FQL depreciation)

I used to be able to get the page likes with a single FQL query URL on Facebook. But as of last week, they shut it down. Demanding to use their SDK or API, however my system scans facebook pages from ...
BitValentine's user avatar
0 votes
0 answers
47 views

How do I use the Facebook PHP SDK to read multiple user feeds at the same time?

Note: I already know how to do this with one user only, but what I want to do is access multiple account feeds simultaneously. I had a few ideas but encountered problems: Idea : Have them all logged ...
Arthur's user avatar
  • 1
1 vote
1 answer
393 views

Why is Facebook graph returning 0 likes for this page?

I have been trying to figure out why this request to Facebook API returns 0 likes for this page - https://www.facebook.com/Lilyspad58. Here is the request: https://api.facebook.com/method/fql.query?...
Wonko the Sane's user avatar
-2 votes
1 answer
191 views

Using FQL with Facebook SDK for PHP v5

I'd like to make the following FQL query using the latest Facebook SDK for PHP, is there a way to do it ? SELECT like_count, share_count, comment_count FROM link_stat WHERE url="http://stackoverflow....
François M.'s user avatar
  • 4,239
10 votes
2 answers
136 views

I upgraded to FQL to Graph API - am I using it correctly?

I used the FQL until a few days ago to retrieve Facebook data, but I noticed that it will be discontinued in about 1 year so I upgraded to Graph API. But am I using it correctly? Will this method work ...
user1227914's user avatar
  • 3,496
0 votes
0 answers
41 views

FQL Not returning anything

I'm trying to get: likes count of page posts count of page posts likes count of page I'm using the following PHP script: <?php # Error Printing ini_set('display_errors',1); ini_set('...
Nao Kim's user avatar
-1 votes
1 answer
676 views

Facebook Graph API How to pull a list of all events a friend is attending

I'm trying to use the Facebook Graph API to pull a list of events friends of the user are attending, here is the API Documentation: https://developers.facebook.com/docs/graph-api/reference/v2.3/user/...
Jordash's user avatar
  • 3,033
0 votes
1 answer
117 views

How to add commas to numbers in facebook fans php code?

I am using the following code to output my Facebook page fans: $page_id = "139640489559144"; $xml = @simplexml_load_file("http://api.facebook.com/restserver.php?method=facebook.fql.query&...
Ryan Thomas's user avatar
-1 votes
1 answer
256 views

Facebook attending event request

i want to get all attending events on my profile on Facebook. i found this interesting answer and i think that is what i need. Graph API - Get events by owner/creator i copy and paste the code, and i ...
Andrea Loda's user avatar
-1 votes
1 answer
83 views

url_like in graph API?

I guess there is no answers for my question, but i want try anyway :) I'm moving my app from the V1 API to the V2. (i'm using the Facebook PHP SDK but this is not important). As the FQL is now ...
Thomas Webqam'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
2 answers
299 views

facebook fql order by random alternative in graph api

$ret = $facebook->api( array( 'method' => 'fql.query', 'query' => "SELECT uid, name, pic_square FROM user WHERE uid IN(SELECT uid2 FROM friend WHERE uid1 = me()) AND is_app_user = 1 ORDER BY ...
Joy Das's user avatar
  • 85
1 vote
1 answer
52 views

facebook shares' friends amount with fql

I'm still able to retrieve amount of the friends, who 'likes' post, created with my app (POST: /feed call, only message is set). $request = [ 'method' => 'GET', 'call' => '/fql',...
Arij's user avatar
  • 100

15 30 50 per page
1
2 3 4 5
20