hi there
i need some help for integrating php-openid to login process of my site.
has somebody work around it??

Recommended Answers

All 3 Replies

in finish.php file below codes:

$sreg_resp = Auth_OpenID_SRegResponse::fromSuccessResponse($response);
$sreg = $sreg_resp->contents();

returns an empty array,no nickname,no email .
it is the same for yahoo and google.

should i use AX instead of SReg? thoes two codes are origenal by php-openid.

hi there
i need some help for integrating php-openid to login process of my site.
has somebody work around it??

Tutorial describes, how to integrate OpenId into your login system in PHP.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.