Home arrow PHP arrow Facebook PHP API Applications: Basic Introduction

Facebook PHP API Applications: Basic Introduction

If you are a PHP developer interested in learning the PHP API applications of Facebook, then this tutorial can help you get started. Keep reading and you'll soon know not only how to add Facebook features to your website, but how to develop your own Facebook applications.

TABLE OF CONTENTS:
  1. Facebook PHP API Applications: Basic Introduction
  2. The Facebook Like Button PHP Integration into Your Website
  3. Final Working PHP Source Code for the Facebook Like Button
  4. The Recommendations Widget Facebook Plugin
  5. Getting an Application ID for Your Facebook API Applications
By: Codex-M
Rating: starstarstarstarstar / 12
August 11, 2010

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

Facebook API applications can be categorized into three broad features that can be implemented using an API in the PHP programming language.

  1. Integrating Facebook features, widgets and applications in your website (such as allowing your website users to log in using their Facebook account). In general, its like "adding Facebook to your website."
  2. Developing Facebook apps (the ones you might encounter frequently when using Facebook).
  3. Facebook mobile apps - this is for mobile-related applications of Facebook.

This is the start of a Facebook PHP API tutorial series. Let's tackle how to integrate Facebook into your website first, because it is a much simpler approach than the other two, so it provides an easy introduction to implementing the Facebook PHP API.

The Basic Requirements

As a PHP developer, you need to have at least the following to implement Facebook PHP API features.

  1. A verified Facebook account.
  2. Full FTP access to your website files and folders.
  3. A website powered by a PHP/MySQL environment in Apache server. (IIS will do, but using an Apache server is recommended for full compatibility).
  4. A CMS or blogging platform that supports full theme editing in PHP, such as WordPress or Joomla.

A verified Facebook account is required for your application to get an Application ID or Secret identification information.

To register, simply go to http://www.facebook.com/ and make sure your account is fully working. Registering to get an Application ID will be discussed later in this tutorial.



 
 
>>> More PHP Articles          >>> More By Codex-M
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap

Dev Shed Tutorial Topics: