Skip to main content

All Questions

0 votes
1 answer
127 views

FQL: Get comment data WHERE object_id={a known object_id} works, but WHERE id={a known comment XID} does not?

I'm using FQL to get comment data from webpage with a Facebook comment box. I use the graph to get the object_id, then use FQL to get all comments with that object_id. However, if I want to pull ...
Jason Seabaugh's user avatar
1 vote
0 answers
112 views

Get all comments of a certain user with Facebook FQL

I know its not possible to do so with the graph API, but is it possible to do so with FQL ? I was thinking about something along these lines: SELECT object_id FROM comment WHERE id in ( SELECT uid2 ...
Thomas Zammit's user avatar
-2 votes
1 answer
83 views

FQL - List comments of a post

I'm looking to run a competition on Facebook for my company by posting a question and entering the commenters into a random draw. I was wondering if it was possible using either FQL or graph to list ...
wa-rren-dev's user avatar
1 vote
0 answers
459 views

Getting ID of facebook comments plugin

I would like to get comments from a facebook plugin via FQL so that I can limit and order the number of comments I receive as using the graph API call: https://graph.facebook.com/comments?ids=[myurl] ...
pantsleftinwash's user avatar
0 votes
2 answers
300 views

How to get the image from a facebook photo comment?

Either API or FQL, I am trying to get the photo submitted as comment in a photo post. To make clearer here is what I am saying I post a photo on my page timeline. people now post comments on the ...
user2515585's user avatar
0 votes
0 answers
383 views

JS FQL to Comment_Info keeps returning: "Service temporarily unavailable"

I run a very basic FQL query with JavaScript, and keep getting back an error Object {error_code: "2", error_msg: "Service temporarily unavailable", request_args: Array[8]} My aim is to read the ...
esegev's user avatar
  • 9
1 vote
1 answer
2k views

New Facebook API fetching newsfeed and its comments

is there a way to get newsfeed and its comments with the new changes facebook making on july, 2013 - https://developers.facebook.com/roadmap/ What im trying to do? i want to fetch latest newsfeed ...
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
1 vote
2 answers
10k views

Facebook API - comment count via FQL

I'm trying to display Facebook comment counts in <div id="comments"> It has to be via Facebook Query Language (FQL). This post is almost exactly what I need: Facebook Graph Api url comments ...
melusinefile's user avatar
3 votes
1 answer
802 views

How to get Most Commented using Facebook Open Graph

We currently Facebook comments on our website and we are looking to make a "Most Commented" widget. We would like to display a list of headlines that have received the most comments in the last 24 ...
bigmike7801's user avatar
  • 3,968
1 vote
0 answers
648 views

Facebook API: Get comments from facebook posts

I am trying to retrieve all comments on a shared LINK. I have tried FQL on comment table, but that doesn't work since comment table is for comments plugin. Let me give you an example: - CNN has ...
Morad's user avatar
  • 39
0 votes
2 answers
1k views

FQL: how to retrieve username/name for comment user signed in with another provider in comment social plugin?

I just set up a nice approach to fetch comments made on my web site through FB's Comment Social Plugin, using PHP and OpenGraph/FQL requests (i'm not using Facebook SDK). I needed it to display ...
Dany Px's user avatar
  • 31
0 votes
1 answer
2k views

Post new comment to facebook comments using fql

I have successfully retrieved the comments on a specific link using the fql with the following code: {\"comments\":\"SELECT fromid, text, time, comments FROM comment WHERE object_id IN (SELECT ...
Nidal Saed's user avatar
0 votes
1 answer
322 views

comments plugin query

I'm developing a website that connects to Facebook. The website uses the comments social plugin to allow the users comments the content of each page from the site. Now I'm looking for a way to query ...
Renato's user avatar
  • 505
1 vote
1 answer
1k views

Facebook FQL for retrieving a reply to a comment box comment

I'm using the Facebook comment box plugin and am also subscribing the comment.create JavaScript event so that I can retrieve the details of the comment from Facebook using FQL and store that comment ...
goombaloon's user avatar
  • 3,079

15 30 50 per page