ezAuth is a very handy library for user authentication/authorization. However it has not been updated lately to be compatible with the latest changes in CodeIgniter 2.1.0 I assume that you’ve successfully added it to your CodeIgniter project. For me all I did is that I copied ezauth_model.php to the models folder and loaded the model … Continue reading
Tagged with PHP …
GUIDE: Facebook Login with CodeIgniter
I’ve tried to add Facebook Login button to my CodeIgniter application. Since I’m new to both CodeIgniter and Facebook Connect, at least from development aspect, I have looked for existing tutorials. After research I found that Danny Herrarn tutorial is the best one. However, I faced a couple of issues, to which, I found no … Continue reading