MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 2 (16 items) 1 2 Next >
  • Re: makeRequest bad signature for funky parameters

    Hi this is fixed now, parameter name wasn;t getting encoded, now your base string should contain - t%253Aformdata%253Da%253Aa  This code will be deployed 2 weeks from now.  Thanks, -Rajiv      
    Posted to makeRequest (Forum) by Rajiv on 04-04-2008
  • Re: Another OAuth encoding Bug

     This has been fixed and will be available tentatively from 4/2/2008 on. Please give us feedback if you have any characters other than latin that you want us to test before we release which doesn't work on the current version of OAuth tool. We would greatly appreciate.   Thanks, -Rajiv  
    Posted to BUG Reports (Forum) by Rajiv on 03-27-2008
  • Re: MySpace gives incorrect makeRequest signatures after requestNavigateTo to Canvas

    Brendan, Im sure by now you would have figured out where the signing is incorrect, but here is my analysis     opensocial.makeRequest (Relay proxy) -   Form post: curl -d ...
    Posted to makeRequest (Forum) by Rajiv on 03-14-2008
  • Re: MySpace OAuth parameter escaping

    This has been fixed per RFC 3986 Spec. you should be able to get the correct BaseString for signing on or after 03/15. (coz that when the new build goes out :) So now your base string should look like this Raw: 1234!1234@ MySpace base string: 1234%211234%40  
    Posted to JavaScript/HTML - Container (Forum) by Rajiv on 03-12-2008
  • Re: OAuth Tool enhancements

     Your suggestion shave been incorporated and is live on  http://developer.myspace.com/Modules/Apis/pages/OAuthtool.aspx Thanks once again -Rajiv  
    Posted to Ideas and Suggestions (Forum) by Rajiv on 02-13-2008
  • Re: OAuth Tool enhancements

     Hey Jonathan We solicit your suuggestion and we are working on it, we will soon put this in place and will notify you   Thanks, -Rajiv  
    Posted to Ideas and Suggestions (Forum) by Rajiv on 02-08-2008
  • Re: Invalid Digital Signature

    Ok, I think i got the problem where it is, looks like you're URLEncoding the while Basestring. it shouldn't be GET&(URLEncode(URI))&(Normalizedparams). Normalizedparams=UrlEncode(oauth_consumer_key)&UrlEncode(oauth_nonce)&.....so on You should be able to nail it this time:) Thanks, -Rajiv      
    Posted to General Questions/Comments (Forum) by Rajiv on 02-07-2008
  • Re: Invalid Digital Signature

    Please include the Base string and the consumer Secret if you want to check against mine. Having said that the request parameters are normalized in the order, we should be getting up to the signature correctly, Once we get this we should be able to urlEncode the whole querystring and then make a request. Lets do this way and ...
    Posted to General Questions/Comments (Forum) by Rajiv on 02-07-2008
  • Re: Invalid Digital Signature

     Guys I'm just curious - what is the HTTPStatus Description 401 could be  1) Invalid Digital signature( which might have been passed)  2) if the user has not installed the application against which you're trying to query    i tried REQUEST: ...
    Posted to General Questions/Comments (Forum) by Rajiv on 02-07-2008
  • Re: Invalid Digital Signature

    Try this - http://developer.myspace.com/Modules/APIs/Pages/OAuthTool.aspx You can select different attributes on the page and make a post. Let me know if you have trouble getting this.  I can't deduce any reasons why it is not working for you. but if I get more details, I'll try to look up myself. Thanks, -Rajiv    
    Posted to General Questions/Comments (Forum) by Rajiv on 02-07-2008
Page 1 of 2 (16 items) 1 2 Next >