MySpace Open Platform

A Place For Developers

Welcome Developers!

Welcome!

Search

Page 1 of 4 (32 items) 1 2 3 4 Next >
  • Re: 401 - Digital Signature Expired

     Thanks Moe, works like a charm! I'm still keeping an eye out for occassional errors, but I hope there will be none. :)
    Posted to Testing and Support (Forum) by Guitarati on 09-10-2008
  • Re: POST sent as GET

    I finally seem to have zeroed in on the problem; but I have no solution - so seeking help! [quote]   if(params) {       for(var key:String in params) {          _uVariables[key] = params[key];       }       _uRequest.data ...
    Posted to makeRequest (Forum) by Guitarati on 08-29-2008
  • POST sent as GET - bug in DataRequestLoader?

    I apologize in advance for cross posting - posted this in makeRequest forum, but I think the problem also belongs to flash forum. http://developer.myspace.com/Community/forums/p/4151/18974.aspx#18974 Has anyone faced such a problem? There seems to be a bug in the AS3  implementation of  DataRequestLoader. But even the obvious fix does ...
    Posted to Flash Apps (Forum) by Guitarati on 08-29-2008
  • Re: POST sent as GET

    Ok, I was mistaken when I said a POST was sent out. I was checking only till the point the DataRequestLoader is called. Unfortunately, the problem seems to be beyond this point. There seems to be a bug in the constructor of DataRequestLoader.public function DataRequestLoader(url:String, callback:Function,  httpMethod:String = null, ...
    Posted to makeRequest (Forum) by Guitarati on 08-29-2008
  • Re: Has gadgets.io.MethodType.DELETE been implemented?

    It is obviously late, but hope it helps. The DataRequestLoader function has this:             if(httpMethod && httpMethod.toUpperCase() != 'GET' && httpMethod.toUpperCase() != 'POST') {                ...
    Posted to makeRequest (Forum) by Guitarati on 08-29-2008
  • POST sent as GET

    I have a weird problem that is spooking me out. I am in the middle of testing a flash as3 app and when I make a POST to my web server like this: function POSTtoServer(url:String, callback:Function, postdata:Dictionary):void {   var os_params:Object = new Object();   os_params[gadgets.io.RequestParameters.METHOD] = ...
    Posted to makeRequest (Forum) by Guitarati on 08-28-2008
  • Error checking for flash apps

    I am totally new to myspace flash app development env, so pardon me if the question sounds too trivial; here it goes - is there any way to debug the flash apps in myspace environment? Or to simulate the opensocial/Oauth calls on a PC (with the same keys etc as those in myspace env)? I am stuck in a deadlock situation -can not see the traces/logs ...
    Posted to Flash Apps (Forum) by Guitarati on 08-22-2008
  • Re: install count stuck?

    The install and uninstall counts of both my apps (bTalkative app id: 377123604 and Howz My Song? app id: 391872151) haven't budged in the last 2 days. I suspect the same problem there.
    Posted to BUG Reports (Forum) by Guitarati on 08-17-2008
  • Re: Rogue request trapped - what does it mean?

     We've also suddenly started getting the same error. Without us having changed anything. Does anyone know why this might be happening?
    Posted to Testing and Support (Forum) by Guitarati on 07-07-2008
  • Re: 401 - Digital Signature Expired

    After adding this hack to oauth timestamp, even though the 'Digital Signature Expired' problem has reduced drastically, it does crop up now and then. How should we tackle that? Thanks.
    Posted to Testing and Support (Forum) by Guitarati on 07-07-2008
Page 1 of 4 (32 items) 1 2 3 4 Next >