Welcome Guest, Not a member yet? Register   Sign In
Finally, OpenID made simple!
#25

[eluser]Vik[/eluser]
I got the OpenId library working easily, and it's working very well - it authenticates the OpenID and reports success if the OpenID is valid.

But, my requested additional info - nickname, fullname, email, etc. - is not coming back yet.

$config['openid_required'] = array('nickname');
$config['openid_optional'] = array('fullname', 'email');
[.....]
$this->lang->load('openid', 'english');
$this->load->library('openid');
$this->config->load('openid');
$request_to = site_url($this->config->item('openid_request_to'));

$this->openid->set_request_to($request_to);
$response = $this->openid->getResponse();

So far I don't see the nickname, fullname, or email, anywhere in the returned data. What is the correct way to get this additional info?

Thanks in advance to all for any info.


Messages In This Thread
Finally, OpenID made simple! - by El Forum - 08-11-2009, 09:36 PM
Finally, OpenID made simple! - by El Forum - 08-12-2009, 12:42 PM
Finally, OpenID made simple! - by El Forum - 08-13-2009, 05:07 AM
Finally, OpenID made simple! - by El Forum - 08-27-2009, 05:14 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 07:35 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 08:20 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 08:58 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 09:14 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 09:28 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 09:48 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 11:59 AM
Finally, OpenID made simple! - by El Forum - 10-05-2009, 12:54 PM
Finally, OpenID made simple! - by El Forum - 10-07-2009, 04:02 AM
Finally, OpenID made simple! - by El Forum - 10-07-2009, 04:17 AM
Finally, OpenID made simple! - by El Forum - 10-08-2009, 03:57 AM
Finally, OpenID made simple! - by El Forum - 10-08-2009, 05:16 AM
Finally, OpenID made simple! - by El Forum - 10-18-2009, 10:43 AM
Finally, OpenID made simple! - by El Forum - 10-18-2009, 01:24 PM
Finally, OpenID made simple! - by El Forum - 10-20-2009, 02:12 AM
Finally, OpenID made simple! - by El Forum - 10-21-2009, 01:41 AM
Finally, OpenID made simple! - by El Forum - 12-01-2009, 03:38 PM
Finally, OpenID made simple! - by El Forum - 12-02-2009, 10:37 AM
Finally, OpenID made simple! - by El Forum - 12-23-2009, 04:07 PM
Finally, OpenID made simple! - by El Forum - 12-28-2009, 04:46 AM
Finally, OpenID made simple! - by El Forum - 12-28-2009, 01:11 PM
Finally, OpenID made simple! - by El Forum - 02-05-2010, 10:02 PM
Finally, OpenID made simple! - by El Forum - 02-18-2010, 06:56 AM
Finally, OpenID made simple! - by El Forum - 03-23-2010, 06:28 PM
Finally, OpenID made simple! - by El Forum - 03-24-2010, 05:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB