If your Facebook App requests additional permissions from users, they first need to be reviewed and approved by Facebook. Here are some tips on getting through Facebook’s review process as quickly as possible.
- Home
- Posts tagged "Facebook"
Posts tagged "Facebook"
Facebook API: Graph API v2.4 Released, Removes Groups, Notifications and Stream Permissions
Facebook has released the latest update to the Graph API, resulting in more drastic changes and deprecations to the platform. Released on July 8th 2015, the latest version of the API removes access to the user’s Notifications, Inbox and Stream and Groups.
API, Deprecation, Facebook, Facebook Graph APIFacebook Announces Graph API v2.3, More Deprecations
Facebook Graph API v2.3 is now available to use, adding new login permissions, a new debug mode for developers and updates to Real-time Updates. Along with it, more APIs are being depreciated towards the end of June 2015.
Facebook, Facebook Graph API, Facebook Graph API 2.3Facebook API: Using the Facebook PHP SDK v4.1.x
As version v4.1 of the Facebook PHP SDK nears release (at time of writing), I though this would be a good time to explain how the new version works. Migrating your application from v4.0.x to v4.1.x will break your application.
Facebook, Facebook Graph API, Facebook PHP SDK 4.1, PHP, TutorialFacebook API: Posting As A Page using Graph API v2.x and PHP SDK 4.0.x
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.
Facebook, Facebook Graph API, Facebook PHP SDK 4.0, PHP, TutorialWufoo JavaScript Forms with Facebook Login
Wufoo offers a great way to create forms easily, be it for competitions, suggestions or just general contact information. With this tutorial, you can learn to extend the Wufoo forms with Facebook functionality, so you can prefill the fields.
Facebook, JavaScript, jQuery, WufooWufoo HTML Forms with Facebook Login
Wufoo offers a great way to create forms easily, be it for competitions, suggestions or just general contact information. With this tutorial, you can learn to extend the Wufoo forms you create with Facebook functionality, so you can prefill in and automatically submit forms.
Facebook, JavaScript, jQuery, WufooFacebook 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 PageFacebook 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, PHP