MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • OAuth access token

    Hi, I have a problem with OAuth Authentification. When I want to do a request to have an access token, I have an error: Container returned status 401 "Server returned HTTP response code: 401 for URL Here, the code : private static final String CONSUMER_KEY = "******************************";...
    Posted to MySpaceID (Forum) by Sylvain007 on 05-11-2009
  • problem: oauth_problem="signature_invalid"

    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';...
    Posted to MySpaceID (Forum) by Tester Serfe on 02-03-2009
  • Get profile, friends list and other user's data from External Application

    Hello! I am trying of get myspace's user's data from one external application (other website). For this I do all steps in this "tutorial" http://www.christophercrooker.com/MySpaceID_OAuth_External_Application_Authorization_PHP.html I got information about the logged user, but it is...
    Posted to MySpaceID (Forum) by Tester Serfe on 02-03-2009
  • Verifying IFrame requests

    Hi, I am trying to use OAuth to verify any requests to my iframe app. I need to be absolutely sure that the request did come from myspace. I found a couple of helpful posts like: http://developer.myspace.com/Community/forums/p/4616/21822.aspx#21822 I am using perl with the Net::OAuth module. The first...
    Posted to MySpaceID (Forum) by myspace PPI on 12-02-2008
  • Re: Error while requesting Access_Token

    Hi Andy, Same problem here. I use consumer_shared_secrect+"&"+oauth_token_secret, doesn't work too. private String getAccessTokenUrlSignature(String baseString,String oauth_token_secret) throws Exception{ String key = shared_secret+"&"+oauth_token_secret; String oauth_signature...
    Posted to MySpaceID (Forum) by Sammi on 11-13-2008
Page 1 of 1 (5 items)