I understood from Facebook\'s tutorial that someone clicks on your Facebook app and is brought to your app page: http://apps.facebook.com/example_app
in Facebook official website, iphone authorization dialog is while when I work follow its steps(iOS for iPhone/i开发者_开发百科Pad): http://developers.facebook.com/docs/guides/mobile/
I haven\'t worked with graph for a while, but I assume since they really out did themselves this time around with facebook API-I\'m coding a feed fetch in which would eventually pull all statuses that
I\'m trying to post a messsage to a wall using FB.api My perms are: \'email, read_stream, publish_stream\' and my code is:
Is it possible to post to a facebook page feed without first liking the page? I tried the feed dialog using something like the code below --
I\'d like to pull a list of all Facebook \"Likes\" for a user, whether they are Facebook pages or external URLs.
All available descriptions to upload an image to a fanpage use an album id, but no one describes the format of the id and how to get it.
this is my invitation code: <?php $app_id = \"12345678910112\"; $canvas_page = \"http://apps.facebook.com/apppage/\";
In this algorithm I am looping through each friend to find their location, yet this is very inefficient... for 100 friends, this script takes over 2 minutes...can anyone suggest a more efficient solut
I am able to add custom tabs to my Facebook pages, by using the Graph API, [https://graph.facebook.com/page_id/tabs] and using HTTP POST.