The Facebook API lets you post to Pages you administrate via the API. With the release of Graph API v2.x and the new Facebook PHP SDK v4.0.x, I’m updating my old tutorial to show how to achieve the same functionality using the newer Graph API and PHP SDK.
- Home
- Blog (Page 6)
Blog
Facebook API: Graph API v2.1 Now Available, ‘Likegates’ No Longer Allowed
Facebook has updated the Graph API to version v2.1, making significant changes to how some of the API calls work while deprecating other features. The current Facebook PHP SDK stable version is still v4.0.9 and uses Graph API v2.0, but PHP SDK v4.1 will eventually make use of Graph API v2.1.
Facebook, Facebook Graph API 2.1, Facebook Social Plugins, Fan PageFinding and Deleting .svn / .git Subdirectories from Application Directories
If you’re like me in reusing entire application code bases to create new apps, you will run into this issue often: deleting .svn or .git directories from old applications so you can commit them to a new repository. These command lines will help you out.
Command Line, Git, Subversion, Version ControlParse.com: Using the Official Parse PHP SDK (v1.0.x)
Parse has released an official PHP SDK, and as usual it’s not very well documented. I’ve created this handy tutorial to help you get started.
Parse, Parse PHP SDK 1.0, PHPFacebook API: Getting Friends Using Graph API 2.0 and PHP SDK 4.0.x
With the introduction of the Facebook Graph API 2.0, access a user’s friends list was removed and limited to just friends who use the same application. However, Facebook added two new APIs to allow retrieval of Friend names (and indirectly a friend count).
Facebook, Facebook Graph API, Facebook Graph API 2.0, Facebook PHP SDK 4.0, PHPFacebook API: Creating Page Apps using Facebook PHP SDK 4.0.x
The way you create Facebook Page Applications has also changed when using the new Facebook PHP SDK v4.0.x. This tutorial shows you how to setup a basic Tab App using PHP SDK v4.0.7 or later.
Facebook, Facebook Graph API, Facebook PHP SDK 4.0, Fan Page, PHPFacebook API: Setting up the Facebook PHP SDK 4.0.x
My previous tutorial covers how to start using the new Facebook PHP SDK (v4.0.x), but not how to arrange your files and the SDK itself – this tutorial attempts to bridge the gap.
Facebook, Facebook Graph API, Facebook PHP SDK 4.0, PHPFacebook API: Posting a Status Update Using PHP SDK 4.0.x
I’m rewriting old tutorials to work with the new PHP SDK 4.0 and Graph API 2.0. This tutorial covers how to post a status update to the user’s timeline
Facebook, Facebook Graph API, Facebook PHP SDK 4.0, PHP