Facebook Tutorial: Login with Facebook Using PHP

Facebook login in your websites to allow users to login using their facebook account. you don’t need an extra registration and user management for your sites. you can also manage users in your facebook application page. This video explains how to integrate “Facebook login” to your websites using Facebook PHP SDK.


Users Table

CREATE TABLE IF NOT EXISTS `Users` (
  `UID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `Fuid` varchar(100) NOT NULL,
  `Ffname` varchar(60) NOT NULL,
  `Femail` varchar(60) DEFAULT NULL,
  PRIMARY KEY (`UID`)

);

Demo PHP
http://downloads.ziddu.com/download/24337540/facebook.zip.html

Facebook App
https://developers.facebook.com/apps/

Facebook SDK for PHP
https://github.com/facebook/facebook-php-sdk-v4/archive/4.0-dev.zip

Follow Us with Facebook
https://www.facebook.com/pages/PHP-Tutorial/782239958529506

Follow Us with Community
https://plus.google.com/u/0/communities/114561263578827044612

Subscribe Our Channel
https://www.youtube.com/channel/UCG3PkL7cHKm6wkpxhbbGlpw

Share this

Related Posts

Previous
Next Post »