MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • makeRequest is consistantly returning null values

    The following is the code in that I am having trouble with. The problems is that no matter what url I toss in there.... I always return null data. I can even comment out all the peramiters so that it goes to default settings. No matter what, same results. Please help. I am using 0.8 api, firefox is my...
  • signed makeRequest to my own server sending wrong consumer key?

    I am developing an openSocial app that communicates with my own server application. In my gadget, I have the following code to make a request to my own server: function postToMyServer() { var params = {}; params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; params...
    Posted to JavaScript/HTML - Container (Forum) by Patrick on 12-22-2008
  • Can someone explain how user authentication/validation works?

    I am creating a javascript/HTML app. NOT an external iframe app. I will also store data on my own server that the app will access, e.g. player inventories and rankings. I understand that for my app to request data from my server, I need to use makeRequest with AuthorizationType.SIGNED. Using that, I...
  • Error Parsing Token

    Sometimes (probably after restarting a browser) I start getting 400 responses for makeRequest with this kind of error: { "errorMessage" : "Error Parsing Token" } I thought it was just our app, but now I'm getting the same with the Flixster app, which even tries to reload the view...
    Posted to JavaScript/HTML - Container (Forum) by Jarkko Laine on 11-28-2008
  • Simple javascript question

    My app type was originally an externam Iframe. The basestring was included in the request to the page. My external Oauth verifies it. Now I want to launch this app via the HTML/javascript option, however I need to generate that same basestring. This is just a quick example illustrating what I am trying...
    Posted to Testing and Support (Forum) by ∞X∞ on 10-22-2008
  • makeRequest and 302 responses

    A common way for a web app to handle form submissions is to redirect the user to a new url e.g. after a new item has been created. The normal way to do this is to use the 302 HTTP response code, which will cause the browser to load the provided uri. I don't know if it's coincidental or not, but...
    Posted to makeRequest (Forum) by Jarkko Laine on 10-16-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
Page 1 of 2 (14 items) 1 2 Next >