MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • No makeRequest examples work

    Not sure if I'm just a fool here, but I am having a hard time finding any information on makeRequest that's useful. The latest example that actually does something, albeit just an error, is this: function init() { var geturl = "http://www.w3.org"; var target = document.getElementById...
    Posted to makeRequest (Forum) by kai on 08-05-2009
  • '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
  • makeRequest fails on IE?

    I have a very simple little widget in my app that gets loaded via ajax in makeRequest. There's a js object with some url params, and a script that's linked to on a separate domain from the app itself that contains the methods to do an ajax request and a callback function. In firefox, everything...
    Posted to Testing and Support (Forum) by Nick on 05-20-2009
  • Re: Questions about App Uses

    [quote]Do I need on site app or the myspace id?[/quote] Site app, most likely. [quote]Can I use php/mysql for either on?[/quote] You can use PHP, either via an iframe (so the whole app canvas is your PHP pages, and you need to output the page), or via makeRequest (you have the HTML and JavaScript on...
  • Re: makeRequest is consistantly returning null values

    Ok, So first I wanted to thank you Chad for your help and your patience. I did what you told me, that is a great way to debug. I decided to also cut the fat and get to the root of the problems, so I took out most of the unnessasary code. firbug is telling me that dataObj errorcode=badrequest. yet, the...
  • makeRequest is consistantly returning null values

    The following is the code in that I am having trouble with. The problems is that no matter what url I toss in there.... I always return null data. I can even comment out all the peramiters so that it goes to default settings. No matter what, same results. Please help. I am using 0.8 api, firefox is my...
  • 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
  • 新着情報 - 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
Page 1 of 8 (77 items) 1 2 3 4 5 Next > ... Last »