PHP Classes

Stored user info

Recommend this page to a friend!

      Simple OpenID PHP Class  >  All threads  >  Stored user info  >  (Un) Subscribe thread alerts  
Subject:Stored user info
Summary:Retrieving identity information
Messages:4
Author:JFencl
Date:2007-03-03 22:33:55
Update:2008-03-06 09:03:34
 

  1. Stored user info   Reply   Report abuse  
Picture of JFencl JFencl - 2007-03-03 22:33:55
Hi there!
First of all, thanks for this class which makes use of openID much easier for me. I'm having problems to retrieve identity info (email, fullname) after successful validation. It seems like fields are empty..
Thanx,
Jiri

  2. Re: Stored user info   Reply   Report abuse  
Picture of dani dani - 2007-05-22 08:44:55 - In reply to message 1 from JFencl
Idem.

And, it's a magnific php class. thanks!
dani

  3. Re: Stored user info   Reply   Report abuse  
Picture of dani dani - 2007-05-22 09:12:33 - In reply to message 1 from JFencl
/*
* print_r(array_keys($_GET));
*
* Array (
* [0] => openid_assoc_handle
* [1] => openid_identity
* [2] => openid_mode
* [3] => openid_op_endpoint
* [4] => openid_response_nonce
* [5] => openid_return_to
* [6] => openid_sig
* [7] => openid_signed
* [8] => openid_sreg_country
* [9] => openid_sreg_dob
* [10] => openid_sreg_email
* [11] => openid_sreg_fullname
* [12] => openid_sreg_gender
* [13] => openid_sreg_language
* [14] => openid_sreg_postcode
* [15] => openid_sreg_timezone
* )
*
* $email=$_GET['openid_sreg_email'];
*
*/

  4. Re: Stored user info   Reply   Report abuse  
Picture of a a - 2008-03-06 09:03:34 - In reply to message 3 from dani
unfortunately this do not work with livejournal :(