MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Has gadgets.io.MethodType.DELETE been implemented?

    Has gadgets.io.MethodType.DELETE been implemented yet? I need make a http request to a RESTful Service to retrieve data for my app, and I need to do it using DELETE method. I thought use something like this: var params = {}; params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.DELETE;...
    Posted to makeRequest (Forum) by allano on 07-30-2008
  • makeRequest returning undefined about 1/4 of the time

    gadgets.io.makeRequest(url, function(response) { alert(response.text); }, {}); About 1/4 of the time, response.text is undefined. Hit realod and it works 3/4 of the time. Nothing changes. The url just returns static text.
    Posted to makeRequest (Forum) by TK's Apps on 04-02-2008
  • makerequest() support for HTTPS?

    As already mentioned in a few other threads , makerequest() only supports requests to URLs on port 80. Will there be any support for secure communication, i.e. HTTPS (which will almost certainly also be on a different port)? While OAuth gives me some comfort that the request is coming in from MySpace...
    Posted to makeRequest (Forum) by Tom on 03-28-2008
Page 1 of 1 (3 items)