facebook-fql
Graph API vs FQL which is faster?
just wondering when it co开发者_如何学编程mes to just the basic GET/POST. (i.e something simple as getting the users profile and not something complicated like getting a pictures from every album)[详细]
2023-04-10 03:40 分类:问答How to get large photo URL in one API call?
I want to display large photos in my Facebook app\'s feed view immediately.Is it possible to get the large photo src URL from开发者_开发技巧 a stream/feed using one API call?The photo id is returned i[详细]
2023-04-10 00:56 分类:问答Facebook - Is it possible to get hidden posts and comments in grey via Graph API or FQL?
I have some comments in grey in my 开发者_StackOverflow社区Facebook pages\'s wall and some comments in \"Hidden posts\" Page tab, not in the wall.[详细]
2023-04-09 21:58 分类:问答Retrieving Family information from Facebook using FQL?
Hi I am trying to pull information from Facebook using FQL. I was able to gather info on my friends and the profile users likes however I cant seem to get a list of family information, the code I curr[详细]
2023-04-09 15:46 分类:问答Facebook JavaScript SDK for FQL with additional parameter
Facebook deprecated FB.Data.waitOn and FB.Data.query and they recommend we use FB.api instead. More info: http://developers.facebook.com/blog/post/561/[详细]
2023-04-09 15:09 分类:问答Retrieve Applications Requests (apprequests) through FQL?
From the Requests Dialog document: Graph API To retrieve a single User ID from a single Request ID using the Graph API, issue an HTTP GET request开发者_JAVA技巧 to the request_id:[详细]
2023-04-09 14:37 分类:问答HTTPS URLs for photos
All photo URLs in the FQL photo table are HTTP-URLs and not HTTPS-URLs. It\'s not poss开发者_高级运维ible to rewrite the URL with https instead of http. How do I do to get the HTTPS-URLs instead?[详细]
2023-04-09 12:59 分类:问答What can you do in FQL that you cannot with the Graph API [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-09 07:28 分类:问答Fql request error?
String fqlurl=\"https://api.facebook.com/method/fql.query?SELECT flid, owner, name friendlist WHERE owner=me()&format=json\";[详细]
2023-04-09 06:03 分类:问答Get friends emails with facebook api
I read lots of question about this issue. There is a way to get my friends emails, with Graph Api, FQL or something?[详细]
2023-04-09 04:50 分类:问答