Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Re: Has anyone out there got Status Update REST API working?

    Has anyone had any luck sending a status update without using the MySpaceID SDK? I have the status param in the base string when signing the request, then remove it from that URL and into the POST body. Still getting a 401: Invalid digital signature for base string. If I plug in the same exact params...
    Posted to MySpaceID (Forum) by Janell on 06-03-2009
  • Re: Is it possible to change Status message via REST API?

    I'm also having trouble updating a user's status via our MySpaceID app. I think we have everything set up correctly, but we still get a 401 error (Invalid digital signature for base string). The status param is in the URL for the signing process, then moved from that URL to the POST body before...
    Posted to MySpaceID (Forum) by Janell on 06-02-2009
  • 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
  • Update Status in MyspaceID.sdk?

    I create a MyspaceID app,I want to update Myspace Status in this app. I have download a myspaceid-csharp-sdk-v1.0.2.zip, I through to myspaceid.sdk get an Access Token,then update Myspace Status according to this access token.but I can't successful update Mysapce Status. throw an WebExcepion:(long...
    Posted to MySpaceID (Forum) by mythlink on 04-14-2009
  • Meet error 401 with permission_unknown

    I am developing a desktop application to upload image to Myspace.com. I have succeeded to implement uploading to Myspace.cn. Now I can get request_token and show a web page to let user login. After input Email and Password in the login page and click "Yes, Link this account" button, a page...
    Posted to MySpaceID (Forum) by lcmm on 02-25-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
  • (401) Unauthorized while retrieving access_token

    Hi developers, i have a problem with retrieving an access_token. I'm using the myspacetoolkit from codeplex and have modified the GenerateSignature in OAuth-Class, so that for retrieving an access_token the signature key will be "Encoding.UTF8.GetBytes(consumerSecret + "&" + tokenSecret...
    Posted to MySpaceID (Forum) by Andre Wussow on 01-26-2009
  • The 401 permission denied error on development project

    Hi, I have the same issue with not being able to retrieve any profile information for any of the people in the friends list for the original poster of the app and associated developers. For example, I can retrieve the friends list (v1) for both account 436328896 and 440685131 but both are unable to make...
    Posted to Testing and Support (Forum) by Ceetee on 12-29-2008
  • expires time for oauth token with data availability?

    how long does the token stay active? i am using a test application and it says the permissions (on my linked sites page) expire 04/08/09 but it keeps on kicking me off returning 401 oauth_problem="token_expired" and i have to keep on going back to the http://api.myspace.com/authorize page....
  • 401 Authentication error

    Hi ,I am trying out to execute the code OAuthBase OAuth1 = new OAuthBase(); Uri url1 = new Uri("http://api.myspace.com/v1/users/411175113/profile.xml"); string nonce = OAuth1.GenerateNonce();// System.Guid.NewGuid().ToString(); string timestamp = OAuth1.GenerateTimeStamp(); string str1 = OAuth1...
    Posted to MySpaceID (Forum) by Seenu on 09-15-2008
Page 3 of 4 (34 items) < Previous 1 2 3 4 Next >