¡@

Home 

php Programming Glossary: axschema.org

Example usage of AX in PHP OpenID

http://stackoverflow.com/questions/1183788/example-usage-of-ax-in-php-openid

alias null attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 2 1 'email' attribute Auth_OpenID_AX_AttrInfo.. 2 1 'email' attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org namePerson first' 1 1 'firstname' attribute Auth_OpenID_AX_AttrInfo.. 1 'firstname' attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org namePerson last' 1 1 'lastname' Create AX fetch request ax new..

php-openID doesn't work with Yahoo!

http://stackoverflow.com/questions/2616123/php-openid-doesnt-work-with-yahoo

file i used attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 2 1 'email' for getting the user email from provider... i changed attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 2 1 'email' to attribute Auth_OpenID_AX_AttrInfo.. 1 'email' to attribute Auth_OpenID_AX_AttrInfo make 'http axschema.org contact email' 1 1 'email' and it works fine now and return..