一个PHP库,用于许多社交网站的授权?

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!

Have you considered integrating OpenID into your site?

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

I'm experimenting with HybridAuth at the moment : http://sourceforge.net/projects/hybridauth/ Its progressing along very well and can interface with many of the public apis out there.