Facebook has released a new PHP SDK to use on the platform, making significant changes to the way you access the API. Here is an example of how to use the new PHP SDK.
- Home
- Blog (Page 11)
291
Facebook API: Adding Action Links to Posts
Action Links are a good way to add an extra call to action (CTA) beside the Link and Share links on Facebook Posts. This tutorial shows you how to add action links in both PHP and JavaScript.
Facebook, Facebook Graph API, JavaScript, jQuery, PHPFacebook API: Posting a Comment with Photo
Posting a comment with a photo has been around for a while on Facebook, but I haven’t seen any code examples. To help, I’ve created this short tutorial to show how simple it is to add a comment with a photo.
Facebook, Facebook Graph API, PHPJavaScript: Leave a Message for Snooping Developers
This handy snippet of JavaScript code lets you leave a short message (or long one) for developers using the Developer Console to inspect your website.
Developers, JavaScript, Tutorial