Posted on 05 October 2011.
So you want to build a Facebook application and reach literally millions of users. Well luckily, writing an application using the API isn’t too hard to learn (for the basics, anyway). In this tutorial we will write a Facebook app that generates a random quote to display on the user’s profile.
Continue Reading
Posted in Facebook
Posted on 05 October 2011.
This tutorial will explain how to create a facebook application using Graph api and PHP.For those who are new to Facebook platform you need to learn the basics of Graph api.We are about to build a facebook application you can see a demo here
Posted in Facebook
Posted on 05 October 2011.
NOTE: This post was written using Facebook’s PHP SDK version 2.1.2. Since this post was made, the PHP SDK has changed and some of the process that are explained below may have changed as well. At some point I’ll have to revisit this post and update it but at this time just keep in mind of the above. Continue Reading
Posted in Facebook
Posted on 05 October 2011.
In this article I’m focusing facebook latest php sdk to integrate facebook features in your site. Some days ago facebook released their new graph api system and updated their core structure. They also officially released php sdk so that you can easily call facebook latest graph api and old legacy api from server side by php. Continue Reading
Posted in Facebook
Posted on 05 October 2011.
Just a little contribution for your blog: for those who’re unable to get valid information into $fbme, a simple solution was posted on PHP-SDK github… you will need to add this line to facebook.php under the public static $CURL_OPTS array:
Continue Reading
Posted in Facebook
Posted on 05 October 2011.
This document discusses the various types of permissions that your app can request the user which enable your app to either read or write certain information on the user’s behalf. To learn more about how to access these permissions for a user, please read ourauthentication documentation. Continue Reading
Posted in Facebook