Skip to main content

All Questions

0 votes
1 answer
236 views

Facebook Graph API to get what someone likes

Is it possible to get what someone likes using the Graph API? I mean, I do can get my likes with /me?fields=likes But I can't get other's likes with /{OTHER_ID}?fields=likes Even if the OTHER_ID ...
Tacca's user avatar
  • 149
0 votes
1 answer
425 views

FQL page_fan - the query returns no result

On this Facebook query: "SELECT uid FROM page_fan WHERE uid = me() and page_id = " + page_id Is the "user_likes" permission required from Facebook to run the query? I'm just wondering if this is ...
user3630262's user avatar
0 votes
1 answer
280 views

FQL Get (multiple) Facebook uid's from link

How do you get a Facebook uid given a profile link e.g. www.facebook.com/zuck -> uid = 4 Note: I know you can see an individual link from: graph.facebook.com/zuck However since I have several ...
alext's user avatar
  • 1
1 vote
1 answer
66 views

query FQL in javascript for messages

I want to create a very simple app that shows all my facebook messages on screen using FQL and JS. The JS docs at FB API doesn't help very much, Is there a way to use FQL in it. I am done till the ...
user avatar
1 vote
0 answers
202 views

FQL get fbid without parsing album link

I can't find any answer to this: I'd like to get the fbid of all my Facebook album but the only way is parsing the parameter "link" of this FQL query, as you can see here: var query = { "query1": ...
Rowandish's user avatar
  • 2,705
0 votes
1 answer
794 views

How to use data from Facebook FQL results

I am trying to output an FQL result and show it through HTML. What I would really like to achieve is to show the result of this FQL query: https://api.facebook.com/method/fql.query?query=SELECT+id,...
Ryan Jay Mpo's user avatar
0 votes
1 answer
8k views

Facebook javascript login using ajax-jquery

I am trying to create fb javascript loging using ajax, php. It works and fetch the required data from facebook. But once user click on login then page gets reloaded twice after login completes and ...
user123's user avatar
  • 5,359
0 votes
1 answer
84 views

Make FQL query on form submit and continue or cancel submitting based on query result

I have a small question. I'm not able to continue or cancel form submitting based on FQL query result (if user likes a few pages) in FB Javascript SDK. It's probably because of FB queries are async. ...
Droidik's user avatar
  • 11
4 votes
1 answer
6k 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 ...
dev-m's user avatar
  • 450
0 votes
1 answer
88 views

Optimized Facebook graph query

Is there any optimal way of retrieving a list of friends with their profile pictures? I'm getting a list of friends and then querying each userid for their profile picture URL. This seems very ...
archytect's user avatar
  • 3,675
0 votes
2 answers
258 views

Facebook returning data as string, json data is expected

I am using FQL to fetch data from Facebook graph API.When i give a get request via jquery to Facebook, I get the response data in the call back function but,when I tried to process it,i found that the ...
Vivek S's user avatar
  • 5,500
0 votes
1 answer
306 views

fql for retrieving friends who has got app installed

What would be the fql query for getting friends who has got certain application installed and has accepted given permissions and are girls? here is my query so far: $fql = "SELECT uid, name, ...
gruber's user avatar
  • 29.4k
0 votes
2 answers
1k views

I have a Facebook page already, but I need an App ID to display my Gallery on my webpage with jQuery and FQL

I'm interested in showing my Facebook gallery using FQL and jQuery on my webpage. I found something on this here: http://www.codeofaninja.com/2011/06/display-facebook-photos-to-your-website.html Here ...
jtromans's user avatar
  • 4,263
0 votes
1 answer
302 views

Page getting redirected before ajax completion

i use ajax to create a session and to redirect the page when the user clicks on a button like this .. im using this in the facebook api(using the api to create a session with the user.id) FB....
Aatish Molasi's user avatar
1 vote
2 answers
2k views

get facebook comment count with jquery

How would I use jQuery to get the comment count of a specific url, The url has comments added with facebook comments box Also is there an option to get a combined comment count of all urls that start ...
nokiko's user avatar
  • 491

15 30 50 per page