diff options
Diffstat (limited to 'modules/authmyspace/lib/Auth/Source')
-rw-r--r-- | modules/authmyspace/lib/Auth/Source/MySpace.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/authmyspace/lib/Auth/Source/MySpace.php b/modules/authmyspace/lib/Auth/Source/MySpace.php index b651466..8f00b1c 100644 --- a/modules/authmyspace/lib/Auth/Source/MySpace.php +++ b/modules/authmyspace/lib/Auth/Source/MySpace.php @@ -93,9 +93,6 @@ class sspmod_authmyspace_Auth_Source_MySpace extends SimpleSAML_Auth_Source { SimpleSAML_Logger::debug("Got an access token from the OAuth service provider [" . $accessToken->key . "] with the secret [" . $accessToken->secret . "]"); - // API depricated on 20th September 2010 - //$userdata = $consumer->getUserInfo('http://api.myspace.com/v1/user.json', $accessToken); - // People API - http://developerwiki.myspace.com/index.php?title=People_API $userdata = $consumer->getUserInfo('http://api.myspace.com/1.0/people/@me/@self?fields=@all', $accessToken); |