MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • 'opensocial.ContentRequestParameters.AUTHENTICATION' is null or not an object?

    I have an app containing the following code block, which works fine in the OSTool Test Harness, but when called in the actual app (profile surface), causes the javascript error named in the title of this post: var param = {}; param[opensocial.ContentRequestParameters.AUTHENTICATION]=opensocial.ContentRequestParameters...
    Posted to BUG Reports (Forum) by Stretch on 08-04-2009
  • Re: makeRequest fails 10% of time

    Still experiencing issues. This isn't a new problem -- I've experienced unreliable service from your makeRequest servers since the launch of MDP. It's not just our applications experiencing this -- I get failed requests of the exact same variety in Flixster as well. These failures on not...
    Posted to BUG Reports (Forum) by Smart on 06-02-2008
  • MySpace returning improper signature

    My space is returning and improper signature from the makerequest call. There is definitely issue with encoding of the url. When using the Oauth Tool myspace gives me the same signature and basestring that I expect. However when using makerequest myspace is delivering an invalid signature because it...
    Posted to makeRequest (Forum) by FlashWidgetz on 03-21-2008
  • Re: POST makeRequest fails with errorCode="internalError"

    My code is working like so: var p = {}; p[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST; // post_data is a query_string, ie foo=bar&baz=url%20encoded p[gadgets.io.RequestParameters.POST_DATA] = post_data; p[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType...
    Posted to makeRequest (Forum) by Brendan on 03-14-2008
  • MySpace gives incorrect makeRequest signatures after requestNavigateTo to Canvas

    Summary: MySpace gives incorrect makeRequest signatures after requestNavigateTo to Canvas The basics: I have implemented signature verification correctly. If I visit my Canvas page manually (ie not using requestNaviagetTo, but rather by pasting the URL in my browser), MySpace signs the makeRequest parameters...
    Posted to makeRequest (Forum) by Brendan on 03-13-2008
  • Re: [object Object]

    This isn't 100% accurate. I have observed cases where the data.text value is returned as an Object. This happens to me when the POST to http://api.msappspace.com/proxy/relay.proxy?<blob of params> produces a 500 on MySpace's server, and the MySpace API incorrectly returns a funky error...
    Posted to JavaScript/HTML - Container (Forum) by Brendan on 03-13-2008
  • Re: Are authenticated makeRequest working yet

    In summary, the problems with the makeRequest oAuth authentication appear to be: Empty oauth_token parameter. Empty oauth_signature parameter. Invalid oauth_timestap Are there additional issues that we need to be aware of?
    Posted to makeRequest (Forum) by OccuPal on 02-15-2008
Page 1 of 1 (7 items)