News Feed
Jobs Feed
Sections




News Archive
XPertDeveloper.com:
Get Facebook Page Detail Using Graph API and PHP
January 03, 2012 @ 11:06:04

New from the XPertDeveloper.com blog there's a tutorial showing how to use the Facebook graph API to get page details via a simple cURL request (cURL PHP support required for the example).

Here is the technique to get the detail of the Facebook page with Graph API and PHP. This is the very easy method to get the Facebook page detail. So Let's see how to get this done. With this method you can get details of any Facebook page [inluding] name, picture, link, website, products, description and if the user can post to it.

The sample code is only a few lines - it uses the Facebook page ID (easy to grab from the URL) and fetches a URL with it as a parameter. The output is returned as a standard PHP object with all of the properties attached (decoded from JSON). This is just one of many methods the Facebook graph API has, so check out their documentation for more methods and details on returned values.

0 comments voice your opinion now!
facebook graph api curl request tutorial


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Create a Photo Admin Site Using PHP and jQuery

Cormac's Blog: Fast server-side rejection of large image uploads using $_FILES

Developer.com: SQLite: The Sensible Database Solution

DevShed: Building an Image Generator Class with PHP 5

Joshua Eichorn's Blog: Adding AJAX to a Website step by step, Part II


Community Events











Don't see your event here?
Let us know!


application example code framework phpunit zendframework2 podcast development interview series release unittest opinion testing object language functional tool community introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework