Multi authorization with CodeIgniter Multi authorization with CodeIgniter codeigniter codeigniter

Multi authorization with CodeIgniter


Facebook uses oAuth2Twitter uses oAuthStackOverflow uses OpenID.

Merging 3 entirely different protocols is not easy work, which is why no easy solution exists. You'll have to get your hands dirty for this sadly.

The closest you'll get is:

https://github.com/elliothaughin/socialize

That is not tested and I'm not sure if Elliot ever got around to finishing it.


What is used in Stackoverflow is called OpenID. Knowing the name, you can search for OpenID+CI implementations and you'll find a couple of libraries out there, and I guess this is the latest one.