views:

26

answers:

1

I know there are many libraries out there for OAuth and for specific sites' authentication and authorization. I'm wondering, is there any one-stop-shopping library that easily, robustly and perhaps modularly integrates with many popular social networking sites?

It would be nice to have a single library, which, given a set of IDs (FB, twitter, foursquare, etc...) would manage authorization (and maybe sessions in the case of things like FBConnect) for all.

Thanks!

A: 

Have you considered integrating OpenID into your site?

http://openid.net/developers/libraries/#php

treeface
Yes, but given its limited penetration and slow growth I don't think it's a replacement yet - just one more thing that might be supported by the library I'm looking for.
Ball