I try to get the user data from external application. I do this: http://www.christophercrooker.com/MySpaceID_OAuth_External_Application_Authorization_PHP.html and can get the basic info data. Now I try get all user's data, for this I change the url: $user='http://api.myspace.com/v1/user';...