I am using the Graph API in order to obtain public posts which contain the keyword passed as query parameter (the call syntax is like this :
I\'m trying to post a message using the Graph API and a C++ program. I have tried three different methods:
Is there a way to delete an Open Graph Facebook Page ? I want to delete them when I delete an article on my website, so users won\'t be confused when trying to find a product that\'s no longer availa
I\'m using FB.login (http://developers.facebook.com/docs/reference/javascript/FB.login/). FB.init({ appId:<id>,
I\'m experiancing the next issue: I have 3 classes that are taking data from Facebook API and are communicating through delegating. First class takes my friends, then for each friend 2nd class calls
I have a page where users can submit entries to my site, but I want to give them the option to post the entry to facebook as well if a checkbox is checked. They would post a custom message like \"[Use
I\'m using Facebook\'s JavaScript SDK and trying to determine if the user is logged in or not, I have the following code:
I\'m trying to create Facebook test accounts using the graph API. (I need to be able to log into them from my iphone app).Here\'s how I\'m getting the app access token:
When I make the Graph call https://graph.facebook.com/me/home , I get back a paged set of the posts on my feed.Recently, I\'ve started to get items that appear to represent things like \"John Doe like
I am creating an applications that gets my friend\'s photos sorted by created date so I use the following FQL to get the photo.