MySpace Developer Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • List all available keys

    Hello, I need to be able to list all available keys. My application creates keys for each instance of an item created---and they are prefixed with the application name. So a key may be named myApplication_122312 I need to be able to list all keys available and list them by the application "prefix"...
    Posted to Data Store API (Forum) by TMadmin on 06-17-2008
  • Is Data Store What I'm Looking For?

    After trying to figure out how to get Data Store to work, and reading about how crippled it seems to be, I have a question. Is Data Store what I need for the app I'm building? The app I'm building will need to be able to create a few simple pieces of data for each user that uses the app. These...
    Posted to Data Store API (Forum) by Zoasterboy on 05-18-2008
  • How to delete app data?

    Hi, I am trying the following code to delete all data. It showing correct keys, but not deleting data. Same code works for Hi5 and Orkut. Any suggestions? Thanks. var request = opensocial.newDataRequest(); for (var key in vwdata[viewer.id]){ if (key && key !== "undefined"){ request...
    Posted to Data Store API (Forum) by Jevgenijs on 05-06-2008
  • Example Updating App Data

    Using the AS3Lib import MyOpenSpace.*; import opensocial.*; var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters; var osToken:String = paramObj["opensocial_token"]; var osSurfaceName:String = paramObj["opensocial_surface"]; MySpaceContainer.instance.init(osToken, osSurfaceName...
    Posted to Flash Apps (Forum) by Eddie on 04-24-2008
  • Re: Where to start with a FLASH app?

    Here is basically how the app works. It displays a daily RSS or such that can be modified to whatever the user of the app wants. Basiclaly the only info it would collect is the URL of a person who submitted content. So far instance a person only wanted to show RSS feeds about computers, they could edit...
  • Where to start with a FLASH app?

    My app will be in flash but I'm not sure where to start. Do I just build the app in FLASH with server backend and stuff and than build it into the MDP or is it something else? This is my first time building an app for any social networking site so I'm a little new to it.
  • Container Updates: 04/21/2008

    Notable Updates from Last Push Browser Aware Resizing <button onclick="gadgets.window.adjustHeight();">&nbsp;&nbsp;&nbsp;</button> <button onclick="gadgets.window.adjustHeight(0.2);">0.2</button> <button onclick="gadgets.window.adjustHeight...
  • App Data Updating and Flash

    Has anyone managed this yet? Has anyone got a work around by calling some script like php to do it? Has anyone seen it in the AS libraries? Has anyone tried and failed so I don't repeat those options? Thanks Eddie
    Posted to Flash Apps (Forum) by Eddie on 04-05-2008
  • Re: Storing VIEWER App Data Fails Randomly

    In my case, the first request via newUpdatePersonAppDataRequest always succeeds, but the second request always fails. That is, two requests bundled into one DataRequest.
  • Re: Storing VIEWER App Data Fails Randomly

    Same problems for me. I was able to create some dozen of updates (after few of attempts failed), but then it stoped completely. Is there is some quota per viewer? Also it seems that hadError() was always returned even for sucessful updates. Cheers, Jevs
Page 1 of 1 (10 items)