summaryrefslogtreecommitdiffstats
path: root/modules/authmyspace/lib
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2015-04-21 10:23:45 +0200
committerJaime Perez Crespo <jaime.perez@uninett.no>2015-04-21 10:23:45 +0200
commit720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd (patch)
treecf5500c3af77b2627df33cb5b2d9a0e2b72feee1 /modules/authmyspace/lib
parentde5b9d081c4cd73bf60ccddb726b4b9adcca69f8 (diff)
downloadsimplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.zip
simplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.tar.gz
simplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.tar.bz2
Remove commented code.
Diffstat (limited to 'modules/authmyspace/lib')
-rw-r--r--modules/authmyspace/lib/Auth/Source/MySpace.php3
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);