kbjr / ExtID

OpenID and OAuth together in one easy-to-use external ID library
Other
6 stars 0 forks source link

MySpace bad result #8

Open kirs opened 13 years ago

kirs commented 13 years ago

MySpace authorization gives us a very less information:

$result = Array
(
    [nickname] => 
    [provider] => myspace
    [address] => http://www.myspace.com
    [provider_is_secure] => 
)

In the case of Twitter or Facebook, we know the user_id and can use it as a guarantee of user's uniqueness. What to use with MySpace?