MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Re: ページの移動について

    okuiさん、ようこそ! 質問、ありがとうございます。 回答が遅れてしまいまして、大変すみません。 このブログ で書いてある様に、 簡単にビュー間でパラメータを渡すことが出来ます。 是非、ご覧頂ければと思います。 先ずは、遷移を起こすAPIが用意されています。 このAPIは gadgets.views.requestNavigateTo です。 遷移元から遷移先へ渡したいパラメータを、 を呼び出す際に param の引数に入れるだけで渡すことが出来ます。 次に、現在のビューのパラメータを受け取る為のAPIも用意されています。 それが gadgets.views.getParams です。 遷移先...
  • Errors in IE7 passing json params to requestNavitateTo

    Here's the onclick that is built through a code-behind page on the home surface... This works as expected in FF and Safari. This also works fine in IE if I take out the json params, but throws an error with the json params in there. onclick="var env = opensocial.getEnvironment(); var surfaces...
    Posted to JavaScript/HTML - Container (Forum) by justzach on 06-10-2008
  • Linking to Another User's Profile Page

    Is there someway to link to another user's profile page using requestNavigateTo? I noticed that the profile URL is part of the Person object. ( opensocial.Person.Field.opensocial. Person.Field.PROFILE_URL). I haven't been able to figure out how to take advantage of this though. Any help would...
    Posted to JavaScript/HTML - Container (Forum) by Kenny on 03-18-2008
  • Passing parameters through the install page

    It would be most helpful if we could send parameters to the install page (app profile) and have them forwarded on to us when the user installs and is dropped on a canvas page. This request would fit in with my earlier request to programmatically redirect users to the install page , by simply allowing...
    Posted to Ideas and Suggestions (Forum) by Causes on 03-17-2008
  • Need a way to programmatically redirect user to app install

    Currently the only way I know of getting a user to the app profile page (where they can install from) is by creating a link (or a form) with target="_top". This is already gray territory, but I assume will be OK because the link is to a MySpace page. Beyond that, there is a need to be able...
    Posted to Ideas and Suggestions (Forum) by Causes on 03-17-2008
  • MySpace gives incorrect makeRequest signatures after requestNavigateTo to Canvas

    Summary: MySpace gives incorrect makeRequest signatures after requestNavigateTo to Canvas The basics: I have implemented signature verification correctly. If I visit my Canvas page manually (ie not using requestNaviagetTo, but rather by pasting the URL in my browser), MySpace signs the makeRequest parameters...
    Posted to makeRequest (Forum) by Brendan on 03-13-2008
  • Re: requestNavigateTo same surface

    +1 Seriously, this breaks canvas navigation *completely*.
    Posted to Testing and Support (Forum) by Brendan on 03-13-2008
  • requestNavigateTo same surface

    Before the upgrade to 0.7 calling opensocial.requestNavigateTo with the canvas surface specified would work whether you were on the profile or the canvas. It may seem like a silly thing to do, but without explaining my whole app I'll just say that it was useful to be able to do a requestNavigateTo...
    Posted to Testing and Support (Forum) by Mark on 03-12-2008
  • Re: requestNavigateTo broken?

    [quote user="steven"] It appears to be working, but the parameters I'm passing do not seem to be available in the javascript via opensocial.getEnvironment().getParams() (or via gadgets.views.getParams()). [/quote] No love for me :( requestNavigateTo isn't working at all - forget the...
    Posted to JavaScript/HTML - Container (Forum) by Egg on 03-11-2008
  • Re: requestNavigateTo broken?

    [quote user="rondata@myspace"] This is a known issue and our developers are working on it. I'll let you know if I hear any updates. THanks [/quote] Any word yet?
    Posted to JavaScript/HTML - Container (Forum) by Egg on 03-11-2008
Page 1 of 2 (17 items) 1 2 Next >