Hi,

I have configured how to work out the MYOPENID through the BAKER
website. I get authenticated and all but i want to pull out some data
like name,nickname,dob etc from the myopenid.com site after I have
authenticated. I want to use this data to welcome my site user
directly once he authenticates using his/her openid. But I cant see
this data shown in the response which i am getting . I did a
var_dump($response) and here is what i got :

object(Auth_OpenID_SuccessResponse)#114 (4) {
  ["status"]=>
  string(7) "success"
  ["endpoint"]=>
  object(Auth_OpenID_ServiceEndpoint)#113 (6) {
    ["identity_url"]=>
    string(29) "http://snsamant.myopenid.com/";
    ["server_url"]=>
    string(30) "http://www.myopenid.com/server";
    ["type_uris"]=>
    array(4) {
      [0]=>
      string(28) "http://openid.net/signon/1.1";
      [1]=>
      string(26) "http://openid.net/sreg/1.0";
      [2]=>
      string(37) "http://openid.net/extensions/sreg/1.1";
      [3]=>
      string(66) "http://schemas.openid.net/pape/policies/2007/06/
phishing-resistant"
    }
    ["delegate"]=>
    string(29) "http://snsamant.myopenid.com/";
    ["canonicalID"]=>
    NULL
    ["used_yadis"]=>
    bool(true)
  }
  ["identity_url"]=>
  string(29) "http://snsamant.myopenid.com/";
  ["signed_args"]=>
  array(10) {
    ["url"]=>
    string(21) "users/responsedetail2"
    ["nonce"]=>
    string(8) "vtDN9x4r"
    ["openid.assoc_handle"]=>
    string(31) "{HMAC-SHA1}{46ef13ab}{nbT7dw==}"
    ["openid.identity"]=>
    string(29) "http://snsamant.myopenid.com/";
    ["openid.mode"]=>
    string(6) "id_res"
    ["openid.op_endpoint"]=>
    string(30) "http://www.myopenid.com/server";
    ["openid.response_nonce"]=>
    string(26) "2007-09-17T23:54:19ZLVcOsr"
    ["openid.return_to"]=>
    string(53) "http://localhost/users/responsedetail2?nonce=vtDN9x4r";
    ["openid.sig"]=>
    string(28) "5IcaLDUjm/p8wOISrTYPncXVdTQ="
    ["openid.signed"]=>
    string(70)
"assoc_handle,identity,mode,op_endpoint,response_nonce,return_to,signed"
  }
}



PLEASE HELP.. Thanks in ADVANCE!!!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to