MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Re: Simple API for Data Storage, OpenSocial 0.8

    Hi, I tried to execute the code at http://code.google.com/intl/de-DE/apis/opensocial/docs/0.8/devguide.html#Persistent but I am not able either to save and retrieve data on a viewer. If someone has an update about that please let me know. Here is the code that gives "undefined" as answer. Thanks...
    Posted to Data Store API (Forum) by Claude on 08-31-2009
  • Re: Simple API for Data Storage, OpenSocial 0.8

    Nevermind, i have found a nice example on goolge code http://code.google.com/apis/opensocial/docs/0.8/devguide.html#Persistent , that shows how to store and retrieve the data, and i tested the code and it worked fully :)
    Posted to Data Store API (Forum) by Michael on 05-16-2009
  • A NEW BEING FOR ME

    I WAS ON THIKING ABOUT A NEW THAT WHOULD REDEFIN ALL OF MYSPACE APP'S GAMES MY GAME IS KILL ALL MAN KIND AND EVEY THING THAT'S GETS IN YOUR WAY MAKE GANG'S AND BUISSIENS
    Posted to Flash Apps (Forum) by THEMAN on 04-15-2009
  • Re: What is the best program for making an app for myspace?

    Is there a way to create an App so that others can interact with it like mine on Facebook? http://www.facebook.com/apps/application.php?id=54769209811
    Posted to Flash Apps (Forum) by Lea on 03-12-2009
  • flash as3 library without flex

    Hi, I am new to this so please bear with me. I have written a package and flash stage that uses the document class to initialize the myspace connections etc etc... I am trying to use the as3 library. Every time i debug from within flash i get problems with the Application.application.parameters. var...
    Posted to Flash Apps (Forum) by andy on 11-18-2008
  • 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...
    Posted to Flash Apps (Forum) by the king is dead... on 04-24-2008
Page 1 of 2 (13 items) 1 2 Next >