Codeigniter-Social-Register
Codeigniter-Social-Register copied to clipboard
A subsystem for Codeigniter which allows user registration/login with Facebook/Twitter
Codeigniter Social Register / Auth Sub System
This is a sub system for registering/logging in with Facebook/Twitter
It is based on the awesome facebook & twitter libraries by Elliot Haughin - http://www.haughin.com/code/ (@elliothaughin)
DISCLAIMER
This is NOT a plug 'n play sub system. It requires additional work at your end. It's super generic and simple and has some bugs of course. The fields in the database are just the basics which i thought an app would need
WHO TO BLAME
Fotis Alexandrou [email protected] @falexandrou http://www.redmark.gr ( i'm a backend developer so a single page website works fine for me :D )
INSTALLATION
- Merge the contents of the subdirectories into your Codeigniter installation
- Edit config/facebook.php & config/tweet.php and insert your own App's api keys & signatures
- Autoload database library (config/autoload.php)
- Revise controllers/users.php so that it fits your needs
- Work on the views
Thank you for your interest