I am not having any issues with logging in or even calling the api, I just have an issue with getting the response outside of the api callback. I know that it runs asynchronously so I would like to pu
I am using the Graph API for Facebook on my iPhone application. The problem is,开发者_运维技巧 I don\'t want the user to have to re enter their email address each time they want to login to integrate
I am looking for - Sample on how to use graph api search pages to get me started. Doe开发者_开发问答s the api include applications in the search?
The real time doc page doesn开发者_开发问答\'t mention friend requests, so i was wondering if an app can get real time updates if a user has a new friend request?The only thing I can think of is to us
I\'ve noticed when 开发者_Python百科doing a Facebook Graph API call to retrieve a list of photo albums on an age-restricted page the following error occurs:
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?
I\'ve configured my local machine\'s HOSTS configuratio开发者_JS百科n to access the local server ( @ 127.0.0.1 ) whenever I hit http://www.mydomain.com on the browser.
I am trying to submit a batch request to add objects via Open Graph Beta to a user\'s Timeline but no matter what I do I get this:
I am trying to get json data using facebook graph api through jquery. I am using the code below. I am trying to get json data using $.getJSON function but it displays this error in firebug
One of our applications uses open graph tags so that when users like or comment on a page, the resulting feed story is rich with content, images etc.