Skip to main content

All Questions

Tagged with
80 votes
5 answers
96k views

What's the Facebook's Graph API call limit?

Is there any restriction in number of calls we make to facebook's graph api? and If it is there then how many calls can we make per app daily?
Mehul Hingu's user avatar
  • 1,240
2 votes
2 answers
1k views

Current Month Facebook Friends Birthdays in Android

I am writing an app in which i am fetching list of Facebook Friends using Hackbook Sample Code but now i want to fetch list of Facebook Friends those birthdays in Current Month, to get list of all ...
Liza's user avatar
  • 227
58 votes
13 answers
122k views

Getting the Facebook like/share count for a given URL

I'm using the Facebook API to get the like/share count for given URLs. The strange thing is that it seems to be quite inconsistent in returning results. For example, this page returns results: https:/...
Vijay Boyapati's user avatar
21 votes
6 answers
29k views

Retrieve Facebook Fan Names

I'm trying to grab the names of fans of a Facebook fan page that I administer. I've done some snooping around, and apparently, the FB API doesn't support that, but Facebook actually uses AJAX/JSON to ...
saibot's user avatar
  • 376
24 votes
6 answers
66k views

How to list facebook users who like a page or interest [duplicate]

Possible Duplicate: Retrieve Facebook Fan Names I wanna get a list of facebook users who like a page or interest. FQL like 'SELECT user_id FROM like WHERE object_id=113970468613229' does not ...
OmniBus's user avatar
  • 874
20 votes
7 answers
7k views

Handling big user IDs returned by FQL in PHP

I'm using FQL to retrieve a list of users from Facebook. For consistency I get the result as JSON. This causes a problem - since the returned JSON encodes the user IDs as numbers, json_decode() ...
ggambetta's user avatar
  • 3,412
16 votes
9 answers
24k views

Facebook FQL stream limit?

I want to get the full history of my wall. But I seem to hit a limit somewhere back in June. I do multiple calls like this: SELECT created_time,message FROM stream WHERE source_id=MY_USER_ID LIMIT ...
fdqps's user avatar
  • 283
9 votes
3 answers
51k views

Facebook API - How to get user's address, phone #?

Is anyone able to get facebook user's address, phone # using FQL or Graph api? Have tried the following FQL and was able to get 'Current City' and 'Hometown' which are under 'Basic information' but ...
amu's user avatar
  • 91
23 votes
3 answers
60k views

Graph API how get facebook page members/likes

Facebook like check I've found an interesting app . This fb-app get all likes from any fanpage and sort it by mass and country! My question: how do these app get the data from the graph api ? ...
mtt2p's user avatar
  • 1,858
23 votes
5 answers
39k views

List of people who shared on facebook

I've been scouring the docs for a while now and can't seem to find a way to accomplish this. The information is available publicly (on a facebook page ... the link says "View all # shares") but I can'...
Will's user avatar
  • 5,500
6 votes
2 answers
8k views

How to use Facebook graph API to retrieve fan photos uploaded to wall of fan page?

I am creating an external photo gallery using PHP and the Facebook graph API. It pulls thumbnails as well as the large image from albums on our Facebook Fan Page. Everything works perfect, except ...
Joe's user avatar
  • 6,355
5 votes
3 answers
8k views

Does facebook fql contain the sql like operator?

I am building a small facebook app. Trying to search for values in an auto compelte manner. Is it possible to use sql's like operator in fql?
vondip's user avatar
  • 13.9k
4 votes
1 answer
5k views

Facebook FQL: Get checkins within range

Is there a way to use FQL to select all my friends Checkins that are in range of a specified location? I can use FQL to return my friends checkin coords: https://api.facebook.com/method/fql.query?...
StronglyTyped's user avatar
3 votes
1 answer
19k views

How to get list of online friends using FQL with facebook API?

I have got my friends list after getting logging in on facebook using Facebook connect Java script client API. I want list of my friends that are online at given time.
Manthan Desai's user avatar
0 votes
3 answers
25k views

mySQL query returning Resource id #5

I've searched about possible solutions to this. and I've tried looping as well as trying the variants of mysql_fetch_assoc and mysql_fetch_array but I'm still getting the Resource id #5: 0: error. ...
Pau's user avatar
  • 55

15 30 50 per page
1
2 3 4 5
16