php Programming Glossary: auth_openid_ax_attrinfo
Example usage of AX in PHP OpenID http://stackoverflow.com/questions/1183788/example-usage-of-ax-in-php-openid make type_uri count 1 required false alias null attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 2 1 'email' attribute.. 'http axschema.org contact email' 2 1 'email' attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org namePerson first' 1 1 'firstname' attribute.. axschema.org namePerson first' 1 1 'firstname' attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org namePerson last' 1 1 'lastname' Create..
php-openID doesn't work with Yahoo! http://stackoverflow.com/questions/2616123/php-openid-doesnt-work-with-yahoo that is.... in try_auth.php file i used attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 2 1 'email' for getting.. return null in getSignedNS for Yahoo. i changed attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 2 1 'email' to attribute.. 'http axschema.org contact email' 2 1 'email' to attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 1 1 'email' and it works..
disabling the browser cache in php or using javascript http://stackoverflow.com/questions/404617/disabling-the-browser-cache-in-php-or-using-javascript
|