Social-Codeigniter
Social-Codeigniter copied to clipboard
HybridAuth - CodeIgniter integration
#Social-Codeigniter
##!! This package is no longer maintained
Updated version of HybridIgniter: a simple HybridAuth - CodeIgniter integration. This repository includes Social-Codeigniter for CodeIgniter 2.2.1 and 3.0.1 for usage.
The main goal is to act as an abstract API between your application and various social apis and identities providers such as Facebook, Twitter and Google.
##Changes
- Updated for Codeigniter 3.0.1
- Updated for CodeIgniter 2.2.1
- Updated HybridAuth to 2.4.0
- Fixed some errors in the example code
##To-Do
- Add users to database
- Allow users to change their profile information
- Multiple Login methods for the same account in order to minimize redundant logins and improve user experience
##Installation
- Select the Social-CodeIgniter 2.2.1 or 3.0.1 folder
- Drop the provided files into the CodeIgniter project
- Configure the providers inside the application/config/hybridauthlib.php file
- Check Hauth.php controller's index() function for configuring your view
##How to use Check out the example views and controller and configure it to fit your needs.