Welcome Developers!

in

Welcome!

in

Browse by Tags

  • problem in getting oauth requestToken

    Hi I am trying to allow people to access my application with their MySpace credentials, at the same time I want to store their profile data into my application database through oauth.For this I got consumer key and consumer secret from MySpace and sendig oauth request for requsetToken through javascript...
    Posted to JavaScript/HTML - Container (Forum) by Sreenivasulu on 11-16-2010
  • 'opensocial.ContentRequestParameters.AUTHENTICATION' is null or not an object?

    I have an app containing the following code block, which works fine in the OSTool Test Harness, but when called in the actual app (profile surface), causes the javascript error named in the title of this post: var param = {}; param[opensocial.ContentRequestParameters.AUTHENTICATION]=opensocial.ContentRequestParameters...
    Posted to BUG Reports (Forum) by Stretch on 08-04-2009
  • returned null from gadgets.io.makeRequest().

    This happens occasionally when i run the app in IE or safari ect, but happens always when run in Firefox. I get no javascript errors, just a null response. Can others using the gadgets.io.makeRequest() method please post if they have similar problems - and if not, how did you get it to work properly...
    Posted to JavaScript/HTML - Container (Forum) by Nate on 03-22-2009
  • 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
  • Re: makeRequest (MORE PRETTY)

    <div id="target" style="padding:10px;"> waiting.... </div> <script type="text/javascript"> function init() { var target = document.getElementById('target'); try{ opensocial.Container.get().makeRequest( "http://www.fuali.com/crap.html"...
    Posted to Testing and Support (Forum) by Fuali on 01-22-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
Page 1 of 1 (6 items)