facebook-fql
Missing information in News Feed
I am making a FQL query开发者_运维知识库 to get the user\'s News Feed. I am missing some information. E.g. when a user likes a page, I don\'t know what pages the user has liked and when a user is atte[详细]
2023-04-02 00:59 分类:问答How can I optimize my FQL to avoid Facebook timeouts?
Let\'s take a simple FQL query to get all links shared by a user\'s friends since yesterday for example:[详细]
2023-04-01 20:26 分类:问答run FQL query after Facebook api initialization
I am trying to run some facebook query just after initializing the api using the following code : window.fbAsyncInit = function() {[详细]
2023-04-01 17:31 分类:问答List of events around a coordinate during a period of time?
As above. I\'ve tried the FQL query SELECT eid FROM event WHERE (start_time > 2011-08-19T03:00:00+0000) AND (end_time < 2011-08-19T08:00:00+0000) AND[详细]
2023-04-01 14:42 分类:问答facebook fql - get friends of friends list [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: Graph API - get the Friends of my friend[详细]
2023-04-01 11:42 分类:问答How can I get user id for likes of my page?
I\'m developing for a Facebook page with Graph API, and would like to know how to get the user IDs of users who like m开发者_开发技巧y Page, even though I can get picture and name of those fans using[详细]
2023-04-01 11:21 分类:问答How to get comments and likes for public post which mentions a fan page
I am querying the fql stream table to get all the posts for a fan page. One of the post on the page wall is a post which was written on user\'s wall but had the page mentioned in it.[详细]
2023-04-01 09:41 分类:问答Facebook FQL error with getting my friend's photo
I am creating an applications that gets my friend\'s photos sorted by created date so I use the following FQL to get the photo.[详细]
2023-03-31 20:11 分类:问答Meaning of "Calls Access Too Much Data" in Facebook App Diagnostics
On our Facebook Application\'s Diagnostics page, there is a message saying that for two different queries, our \"Calls Access Too Much Data\". Does anyone know exactly what this means?[详细]
2023-03-31 19:43 分类:问答FQL query: query with multiple stream_id gives too few records
I would like to query public posts from multiple Pages. My FQL query looks like this: SELECT post_id, source_id FROM stream WHERE source_id in (157528807603192, 127531603328)[详细]
2023-03-31 04:35 分类:问答