up vote 2 down vote favorite
share [g+] share [fb]

I'm building a website that will require user registration and logon.

I would like to use the facebook connect to let people create a basic account and to log on without having to create a local account themselves - and let them fill in more profile details when they want to.

What other 3rd party authorizations systems are there? Clearly openid is one option. And google seem to have a system too for loging onto other sites with your google logon. Are there any other systems? Does microsoft have one for msn logons? I found some hints but was unable to find any details.

Anyway, the programming question is are there any php libraries that will do this for me across a range of providers? I see ones for facebook and OpenID but I've not seen any library in php that abstracts away the differences? Before I program my own solution are there any libraries for this that I've not managed to find?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Keep in mind that Facebook is likely to become an openid provider in the near future (for some value of near).

If you really want EVERYTHING abstracted for you, JanRain takes care of exactly that task for you as a hosted service. The free version provides enough functionality to get started, and then if your app takes off, you can pay a bit for more functionality down the road.

link|improve this answer
Thank you, although I'm not really looking for a hosted service just a library that abstracts away some of the differences between services. – JohnB Aug 31 '09 at 13:26
Yeah, that's why I don't use it either. Good to know about though. – Paul McMillan Aug 31 '09 at 17:18
Yes it is. +1 for a helpful and relevent answer even though it's not what I need – JohnB Sep 1 '09 at 12:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.