SocailAuth is a script that lets you authorize your sign-in with social newtorks like Facebook, Twitter, Linkedin, Google, Yahoo. It has also db integration to store social profiles for future use.
Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
Author: | Hüseyin BABAL |
Contact: | huseyinbabal88@gmail.com |
Author: | http://codecanyon.net/user/cubuzoa |
Item: | http://codecanyon.net/item/socialauthfacebooktwitterlinkedingoogle-login/1146263 |
Current Version: | 4.0 |
Documentation Version | 4.0 |
Created: | 2011-12-24 |
Modified: | 2014-02-25 |
Installation is the easiest part of the document. There is a GUI for installation, there is no boring config file anymore. For installation, you need to create app for each social network. You can find detailed documentations on right side. To install configs for your system, Put socialauth files to your web server root(www e.g.). And open
http://your.web.server/socialauth/installation/index.php
Social Network | Application Create Documentation |
---|---|
http://huseyinbabal.net/how-to-create-facebook-app-for-your-website | |
http://huseyinbabal.net/how-to-create-twitter-app-for-your-website | |
http://huseyinbabal.net/how-to-create-linkedin-app-for-your-website | |
http://huseyinbabal.net/how-to-create-google-app-for-your-website | |
Yahoo | http://huseyinbabal.net/how-to-create-yahoo-app-for-your-website |
examples
and installation
folderSocialAuth saves user data in to database by using config that you provided. You need to provide some basic DB informations. host
,username
,password
. Full list of requirements exists in installation page. Please be sure you have running mysql database and required user password db
In order to use SocialAuth, you need to include two files: configs.php
and Social_Auth.php
After that, you need to create an adapter for specified network. Example;
<?php $config = dirname(__FILE__) . '/config.php'; require_once( dirname(__FILE__) . '/Social/Auth.php' ); $adapter = $socialAuth->authenticate( "facebook" ); $userData = $adapter->getUserProfile(); ?>
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this script. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.