Im trying to get o other users feed in ASP.NET using Facebook CSharp API LIB, but with no sucess. The results not cover all wall posts, only external posts to that came from other users to that user
I\'m using the facebook api to retrieve a list of a user\'s photos. I\'m using this to work out the user\'s close friends by seeing who has been tagged the most in the user\'s photos. So what I have t
I\'m accessing the Graph API using batch requests, while trying to retrieve all of my frien开发者_如何学Gods likes the plataform returns-me a unknow error. By the way i\'m using JSONPath to retrieve t
On Oct. 31, Facebook is going to remove the \"Discussions\" app and I would like to know if there is some way to export the top开发者_开发问答ics.The info on the discussions tab is unfortunately not a
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.
I have been trying to retrieve the wall feed of a facebook user using the graph api with the url https://graph.facebook.com/me/feed?access_token=ACCESS_TOKEN where ACCESS_TOKEN is the access_token use
Using FB.api(\"/me/apprequests\", function(response){ }); I am only getting one request no matter what. Also, the left sidebar is only ever showing a 1 next to my application.
I\'ve already succesfully implemented LinkedIn and Twitter Oauth 2.0 authorization in my App with external libraries. But I have problems with Facebook. It seems like it has different authorization fl
I\'m fairly ne开发者_开发知识库w to the Facebook API, but I\'ve tried to do my due diligence to figure this out, but I can\'t seem to. I\'m simply trying to get a list of the logged-in user\'s albums,
i am using Facebook graph API to invite Facebook friends to my codeigniter application , i want to fire a click event inside an element of iframe , but it is not firing , my code is