5

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.

Sanjay Shah
  • 2,809
  • 2
  • 19
  • 20
  • have you already gone through http://www.plaxo.com/api/openid_recipe ? – SteveCav Jul 23 '10 at 05:03
  • See my post here. I have given the code and explanation !
    [http://stackoverflow.com/questions/3179193/php-lightopenid-how-to-fetch-account-data-from-provider/5270929#5270929](http://stackoverflow.com/questions/3179193/php-lightopenid-how-to-fetch-account-data-from-provider/5270929#5270929)
    – Floccinaucinihilipilification. Mar 11 '11 at 09:21
  • Check this link about Simple OpenID PHP Class: http://www.phpclasses.org/package/3290-PHP-Authenticate-users-with-OpenID-single-sign-on.html – Ahmed Aman Jul 23 '10 at 05:16

1 Answers1

1

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.

Mewp
  • 4,715
  • 1
  • 21
  • 24