Welcome Developers!

in

Welcome!

in

Browse by Tags

  • 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
  • Re: makeRequest() implementation details

    Could someone please post a code snippet that successfully pulls from an external URL into the canvas? I've seen that a lot of people have this working, so perhaps this is just a temporary platform glitch? This "sample code" called "working app 2" does not work from the canvas...
    Posted to JavaScript/HTML - Container (Forum) by Karel on 02-23-2008
  • Re: makeRequest

    All, Chris (Holmok) send me this great sample code to get makeRequest working ... Allen -------------------------- waiting.... function init() { var target = document.getElementById('target'); try{ opensocial.Container.get().makeRequest( "http://www.fuali.com/crap.html", function(content...
    Posted to Testing and Support (Forum) by Allen on 01-22-2008
  • makeRequest() implementation details

    I've been getting asked about this quite a bit, so I'll preemptively dump some info here. var param = {}; param[opensocial.ContentRequestParameters.AUTHORIZATION] = opensocial.ContentRequestParameters.AuthorizationType.SIGNED; //Not implemented yet param[opensocial.ContentRequestParameters.METHOD...
Page 1 of 1 (4 items)