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)
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
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.
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
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/
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:
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?
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
String fqlurl=\"https://api.facebook.com/method/fql.query?SELECT flid, owner, name friendlist WHERE owner=me()&format=json\";
I read lots of question about this issue. There is a way to get my friends emails, with Graph Api, FQL or something?