Welcome Developers!

in

Welcome!

in

Browse by Tags

  • makeRequest() Performance Issues

    I've been doing some informal testing of MakeRequest and it appears that sometimes responses are very slow (as much as 10 seconds according to FireBug. My application returns fairly small JSON objects to which I've included a execution time parameter, which I calculate by using the elapsed time...
    Posted to makeRequest (Forum) by Egg on 04-28-2008
  • MakeRequest Proxy Issues?

    I have an application that has been working reasonably well since the launch, but occassionally I see errors like the following. User invokes a makeRequest() call which fetches some JSON data from our server Before the data makes it all the way back to our system, we get an error. The following is a...
    Posted to makeRequest (Forum) by Egg on 04-22-2008
  • Encoding URLs in makeRequest

    Hello everybody, this is a request to everyone out there using the makeRequest function. Inside the container we are encoding all URLs and post parameters, so please don't encode them yourselves. This will result in a double encode which will get mangled by the proxy. If you have noticed an issue...
    Posted to MDP JavaScript Container (Weblog) by Chad Russell on 04-18-2008
  • efxgenerator

    Hi I've had my first myspace app approved. Feedback and suggestions would be appreciated. Thanks, Dustin Link
    Posted to Brag and Boast (Forum) by PersonalFx Developer on 04-17-2008
  • Is anyone using ASP in their myspace app?

    Not sure which forum to post this in. I'm trying to get my myspace app to work with aspx pages off of my web server. Has anyone tried this and had any success? So far I have got the form to display on my canvas. I am still working on it but if anyone else has a solution or suggestion I'd love...
    Posted to makeRequest (Forum) by ///AJ||| on 04-17-2008
  • makeRequest() caching

    Does anybody know if MySpace is planning on caching responses from makeRequest()? In my testing, the responses don't seem to get cached and my server gets hit on every request for the same URL. It's not a big deal right now, but a makeRequest() cache will really help cut down on 3rd party server...
    Posted to makeRequest (Forum) by MarketWall.com on 03-31-2008
  • makeRequest Internal Error for specific domain

    I'm having a problem with makeRequest and POST... var p = {}; p[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST; gadgets.io.makeRequest('http://eventful.com/', console.log, p); This makeRequest encounters an "Internal Error" and status 500 very reliably, although...
    Posted to makeRequest (Forum) by John on 03-31-2008
  • Re: Still problems with OAuth validation.... :(

    Here's what I'm using which was based on something someone else posted a while ago. I wish I could remember who it was. It pretty much works unless there's strange charaters in the query string like punctuation marks. Note that it only requires the secret key. Not the consumer key or any...
    Posted to makeRequest (Forum) by TK's Apps on 03-28-2008
  • Re: Using Opensocial API to fetch friends from Myspace in external application

    Hi, You can use makeRequest into your OpenSocial javascript application to POST or GET data (with a signed PHP url request) to your external Web server. My app http://www.myspace.com/osocialapp do this for my Web site http://www.osocial.net/network :) Victor
    Posted to JavaScript/HTML - Container (Forum) by victor on 03-28-2008
  • makeRequest POST giving authentication failure

    makeRequest POST method giving authentication error in case the POST variable contains "spaces". It was working fine yesterday only. Again its working fine for POST variable having no spaces. Any idea Guys ??? the code I am using is as follows params[gadgets.io.RequestParameters.METHOD] = gadgets...
    Posted to makeRequest (Forum) by Jonts! on 03-24-2008
Page 4 of 8 (80 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »