facebook-fql
FQL my friends who are attending a particular event
I am trying to find all my friends who are are attending a particular event of interest. I think the right way to do it is wit开发者_高级运维h FQL. What would be the query to do that? Based on the exa[详细]
2023-03-31 03:50 分类:问答how to select all user ids in the comments of some post?
I need to select all开发者_如何学C user_ids who leave comment on some post. Is there fql to do this?Check out https://developers.facebook.com/docs/reference/api/post/ - using an access token for a use[详细]
2023-03-31 03:26 分类:问答Query for a Facebook user's favorite games
I am trying to fetch a Facebook user\'s list of games. To do that I am using the Graph API call https://graph.facebook.com/MY-USER-ID/games[详细]
2023-03-30 21:38 分类:问答Why am I getting this error for my Facebook Like button?
Uncaught ReferenceError: _onloadHook is not defined Why? My code is below: <!DOCTYPE htmlxmlns=\"http://www.w3.org/1999/xhtml\" xmlns:fb=\"http://www.facebook.com/2008/fbml\">[详细]
2023-03-30 16:47 分类:问答Facebook API calls break page?
I\'m trying to connect to the PHP SDK and retrieve a comment count from an fb:comments plugin I\'m using on a project. However, when I try to make a $facebook->api() FQL call it always breaks my page.[详细]
2023-03-30 10:13 分类:问答Facebook FQL Query with Ruby
I\'m trying to do a simple GET with ruby to the Facebook fql.query method without success. The url is basically structured like this:[详细]
2023-03-30 04:43 分类:问答Facebook FQL query weird - does not give all results
I have an FQL query to get all of pages that all of my friends like. select page_id,uid from page_fan where uid in(select uid2 from friend where uid1 = me())开发者_运维知识库[详细]
2023-03-29 18:39 分类:问答facebook fql for retrieving photos returns empty list []
select object_id, aid, src_small from photo where owner=\'{0}\' ; {0}-the id of the user. This query returns 0 records.开发者_如何学编程 Do you know why?There may be an issue with permissions. You m[详细]
2023-03-29 01:58 分类:问答Facebook share link - issues defining thumbnail image on iframe app
I\'ve created a simple Iframe app and attached it as a tab on my fanpage. On this page I have a classic share link:[详细]
2023-03-29 00:44 分类:问答facebook comments - synching comments from blog -> fb company page/wall
Overview: I use the fb:comments plugin on my website - in this case Facebook will use the full URL of the page as the ID for which comments will be related to / stored on facebook.[详细]
2023-03-28 18:18 分类:问答
加载中,请稍侯......