Welcome Developers!

in

Welcome!

in

Browse by Tags

  • makeRequest POST params: viewer id & owner id don't conform to OpenSocial

    On MySpace these are called "opensocial_viewer_id" and "opensocial_owner_id", whereas they should be called "opensocial_viewerid" and "opensocial_ownerid" (without a second underscore). This differs from Orkut's implementation of OpenSocial, and poses a substantial...
    Posted to Testing and Support (Forum) by Alex E on 03-21-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
  • Still problems with OAuth validation.... :(

    Hi, We were trying to get the authenication working... but still no luck! I saw many posts here on the same subject but still not working for us. We are making a simple signed makeRequest() with GET, These are the params we get on the server, //-------------------------------------------------------...
    Posted to makeRequest (Forum) by Jim on 03-15-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
  • POST makeRequest fails with errorCode="internalError"

    Here's my code: var params = {} params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST; params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.TEXT; params[gadgets.io.RequestParameters.POST_DATA] = gadgets.io.encodeValues(data); // data is a json object string...
    Posted to makeRequest (Forum) by Alex E on 03-13-2008
  • Signed Makerequest for anonymous users taking too long

    Hey In case the user has not logged into myspace, signed make request takes more than 15-20 seconds to finally make the call.It finally does make the call with both owner and viewer as -1 but takes too long :)
    Posted to makeRequest (Forum) by Minekey on 03-12-2008
  • Re: opensocial.Container.get().makeRequest is not a function

    I think opensocial.Container.get().makeRequest is an opensocial 0.6 call. With 0.7 being launched a couple of hrs ago the correct call would be something like gadgets.io.makeRequest(). I got this code but it doesnt work yet... anyone care to correct? <div id="target" style="padding...
    Posted to Testing and Support (Forum) by * Echannel Networks* on 03-11-2008
  • Re: Is makerequest working?

    Hi, i finally found the problem and solved it for me. The error was related to the opensocial version and classes. You should now use something like this: var p = {}; var url = 'http://<you target>'; var callback = function (data){ } p[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType...
    Posted to makeRequest (Forum) by Siegmund on 03-11-2008
Page 5 of 8 (80 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »