I am building a site that would benefit from users signing up. Obviously adding a login with facebook makes it easier for users. Is there a good resource for how to implement this easily (in php) along side a normal user registration / login form ?
Share
You can get the facebook developer tutorial from http://developers.facebook.com/
and the latest facebook php sdk from https://github.com/facebook/php-sdk
There are examples in the above sdk