Welcome Developers!

in

Welcome!

in

Browse by Tags

  • 新着情報 - makeRequest - 2009/3/19

    ■概要 makeRequest が発する HTTP リクエストの opensocial_token 引数の扱いが近日中に変更され、 これまで makeRequest によるブラウザのキャッシュは利いていませんでしたが、 変更後は利用環境により利くようになります。 詳細は、 MySpace Developer Team のブログ記事(英語) をご覧下さい。 ■開発されたアプリケーションへの影響と対策方法 アプリケーションの影響 キャッシュが利くようになるため、動的コンテンツがキャッシュされてしまう場合があります。 対策方法 キャッシュを回避するために、リクエスト毎で URL に一意な値の引数を追加するのが一般的です...
    Posted to Japanese (Forum) by MySpace Japan Developer Team on 03-18-2009
  • makeRequest doesn't work with ie7

    Hello, i'm trying to reed a feed rss with opensocial 0.7. It works fine with all browser but doesn't work with ie7. The error is "method not supported". Here is the code I use: function getRss() { var params = {}; params[opensocial.ContentRequestParameters.CONTENT_TYPE] = opensocial...
    Posted to JavaScript/HTML - Container (Forum) by GioZ on 02-17-2009
  • Can not communicate with my server

    Hi All, I used to communicate with server using make request method and my server url is http://halosysservices.com:9080/HivAtlasOrkut/GetClassfieds. When I do this then in response {"errormessage" ; "Unsupported port 9080"}.So I am not able to continue to developent my process for...
    Posted to JavaScript/HTML - Container (Forum) by Halosys on 01-13-2009
  • 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...
    Posted to General Questions/Comments (Forum) by Greg on 12-18-2008
  • makeRequest timing out?

    Hi, I'm currently developing an application that is making calls to an external server using gadgets.io.MakeRequest. I've noticed over the last couple of days that calls I'm making are randomly timing out - after 10 seconds I get a 500 "Request Timed Out" response from the relay...
    Posted to BUG Reports (Forum) by Ryan on 12-01-2008
  • 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
  • ContentType.HTML returning object instead of Text

    Hello! I'm trying to do something relaticvely simple. Just want to retrieve a chunk of HTML that can be put on someones profile page based on tehir myspace user id. For some reason the ContentType.HTML keeps giving me an Object back instead of just plain HTML which I can plug into a div. What am...
    Posted to makeRequest (Forum) by Gyuri on 10-22-2008
  • Re: makeRequest example not working

    makeRequest is not working for me either. We use open social makeRequest call to load the app content (box) on profile page. It was working fine yesterday. It stop working since this morning. Could someone look into this? thanks,
    Posted to JavaScript/HTML - Container (Forum) by FayEa on 10-21-2008
Page 2 of 8 (80 items) < Previous 1 2 3 4 5 Next > ... Last »