Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using OpenID in our website but yahoo id is not verified. And from other OpenID I am not getting user detail so that I can store in the database.

share|improve this question
have you already gone through plaxo.com/api/openid_recipe ? – SteveCav Jul 23 '10 at 5:03

2 Answers

up vote 4 down vote accepted

Check this link about Simple OpenID PHP Class: http://www.phpclasses.org/package/3290-PHP-Authenticate-users-with-OpenID-single-sign-on.html

share|improve this answer

I'd recommend LightOpenID.

Another answer suggested SimpleOpenID, but it supports only OpenID 1.1 (so you won't be able to authenticate with google, for example), and is designed for PHP4.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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