facebook-fql
Facebook ID integers being returned oddly
I\'m making FQL calls using the following url and then making a curl call. $url = \'https://api.facebook.com/method/fql.query?access_token=\'.$access_token.\'&query=\'.rawurlencode($query).\'&a开[详细]
2023-04-11 20:02 分类:问答How to retrieve ALL Facebook photos a person is tagged in
I know you can append limit and offset values to the graph.facebook.com/id/photos API call to paginate through photos.But large limits don\'t seem to work well, photos end up missing.I read here that[详细]
2023-04-11 14:26 分类:问答What is the FQL equivalent of /posts on the graph?
I\'m using FQL to generate an alternate feed on my website that links to my (publicaly available) Facebook business page.[详细]
2023-04-11 13:26 分类:问答How to access FB Page's new metric "are talking about this"? FQL? Graph?
FB makes this EdgeRank metric Public (shown on every page) - now 开发者_C百科how to access it to collect stats?I asked the Facebook team about this a couple of weeks ago; it seems it was overlooked at[详细]
2023-04-11 12:19 分类:问答How I can do facebook batch fql in java
in facebook fql theres this code https://developers.facebook.com/doc开发者_运维技巧s/reference/api/batch/[详细]
2023-04-11 10:03 分类:问答like_count from link_stats vs widget likes
I\'m using this url to retrieve xml data for a web page: https://api.facebook.com/method/fql.query?query=select%20%20share_count,%20like_count,%20comment_count,%20total_count,%20click_count%20from%20[详细]
2023-04-11 05:29 分类:问答email_hashes and deprecated connect.registerUsers
It is very important that Facebook Connect and Facebook app users aren\'t duplicated in our website.So if they already have an account on our website, when they connect through FB Connect or our Faceb[详细]
2023-04-10 13:44 分类:问答How to retrieve all email addresses in Facebook through API
Facebook users can add multiple email addresses.I know, with the extended \"email\" permission, you can retrieve the primary email address through the graph API.How do you retrieve the rest of the ema[详细]
2023-04-10 11:27 分类:问答How to deal with huge queries to the Facebook Graph?
I\'d like to get every status update for every friend. Given I have say 500 friends, each with 200 statuses, this could be 100,000 statuses. How would you approach this from the query point of view?[详细]
2023-04-10 06:41 分类:问答"Don't ask again before sending requests to" checked or not
I tried this using \"Test user\" and random friend , it seems \"Test user\"continue to appear even previous I cheched \"Don\'t ask again before sending requests to T开发者_StackOverflow中文版est user[详细]
2023-04-10 05:00 分类:问答