php-openid
php-openid copied to clipboard
can't get user information
i'm trying to get user information after the authentication successes. the task i have to register new users after log-in using openID in mysite,
i tried to do it in the consumer example: in "finish_auth.php" i found out that the variable "$sreg" hold the user information but after trying to get it from (yahoo-myspace) accounts it will return empty array and will return only the email using (wordpress) account.
so how can i do it?