SocialAuth-Facebook+Twitter+Linkedin+Google Login

Last Update
14 June 2013
Regular License
$6
Extended License
$30
Sales
709

Social Auth

Social Auth

Social Auth v3.0 released with db integration!

Socail Auth is a script that lets you authorize your sign-in with social newtorks like Facebook, Twitter, Linkedin, Google, Yahoo. It has also db configuration inorder to integrate your current login system.

You can make a login area on your website in order to do let your users to authorize their sign-in with social networks by purchasing and integrate to your website.No need regisration anymore!

Script Features

Login with Facebook Login with Twitter Login with Linkedin Login with Google Login with Yahoo DB authentication included Extended callback mechanism Frontend validation

Server Requirements

PHP 4.0 or later MySQL 4.0 or later

Important Notes!

Magic Quotes must be disabled on your php configurations.You can disabled it on php.ini by setting this property like this:magic_quotes_gpc = Off

You can also disabled it on runtime by using below code on your index.php;

if ( in_array( strtolower( ini_get( 'magic_quotes_gpc' ) ), array( '1', 'on' ) ) ) { $_POST = array_map( 'stripslashes', $_POST ); $_GET = array_map( 'stripslashes', $_GET ); $_COOKIE = array_map( 'stripslashes', $_COOKIE ); }

Live Demo

You can view online demo here

Support

Please do not hesitate to ask any question for this product by using contact form on my profile here

What Customers Say? andrei_alves I was starting to develop the auth login when I saw this app. I have installed and the app are fully operational

Updates

v.3.0.2 – 14/06/2013(Approved) – Refactored for Twitter v1.1 v.3.0.1 – 09/06/2012(Approved) – Cookie/Session operations updated v.3.0 – 27/05/2012(Approved) - DB authentication/support added v.2.1 – 30/12/2011(Approved) - Facebook callback fields and permissions added to configuration v.2.0 – 30/12/2011(Approved) - Yahoo login support has been added to system v.1.1 – 26/12/2011(Approved) - Facebook login updated and all user information has been saved into session