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.
- Home
- Posts tagged "Fan Page"
Posts tagged "Fan Page"
Facebook 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: Updating the Page Cover Image Programmatically
If you want to update the cover image for your Facebook Page automatically, you can do so using the Facebook PHP SDK. This tutorial shows you how to upload a photo and then set it as the cover image.
Facebook, Facebook Graph API, Fan Page, PHPFacebook API: Essential Facebook Page App Code Snippets
If you’re building Facebook Page Apps, the platform offers a number of useful functions to help you out. This article includes useful functions and code snippets to help you out.
Facebook, Fan Page, JavaScriptFacebook API: Adding a “Likegate” to your Application
Adding a “likegate” to your application is very easy, and only takes a few lines of code to achieve. If you’re not familiar with a “likegage”, it’s basically a page that users’ who haven’t liked your page see, usually asking them to Like the page before seeing the actual content.
Facebook, Facebook Graph API, Fan Page, PHPFacebook API: Posting As A Page
The Facebook API lets you post to Pages you own automatically – either as real-time updates or in the case that you want to schedule posts.
Facebook, Facebook Graph API, Fan Page, TutorialLewis Moody Teamtalk App
The Lewis Moody Teamtalk Facebook Application was created to promote the 2010 Investec Internationals. The application allows the user to select up to three friends to appear in an interactive video featuring the England captain, Lewis Moody, talking to the friends the user selected.
Facebook, Fan Page, Flash