MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Status And Mood Set/Update

    I have the javascript code to retrieve the mood and status in v0.8. Does anyone have and example or could point me in the right direction to update the mood and status using javascript. <script type="text/javascript"> function init() { var os = opensocial.Container.get(); var idSpec ...
    Posted to JavaScript/HTML - Container (Forum) by Groundrush on 10-22-2009
  • What's New in MySpace OpenSocial 0.8

    The spec for OpenSocial 0.8 has been finalized and MySpace’s implementation has been released. There are some key benefits that 0.8 adds over 0.7 on the MySpace platform. The JavaScript container more closely conforms to the spec and some MySpace specific extensions have been pulled into the OpenSocial...
    Posted to MySpace Developer Team (Weblog) by Chad Russell on 01-08-2009
  • BEST EXAMPLE... THANKS CHRIS

    http://developer.myspace.com/Community/blogs/chris/archive/2008/02/24/example-app-lots-of-opensocial-calls.aspx This is the best example that I have found on the MDP Site. Thank you so much. Now I have a question to further this example. Can this same functionality be called from a page on...
    Posted to JavaScript/HTML - Container (Forum) by Jason on 09-26-2008
  • Example code from DevJam Seattle

    Here is the code from our breakout session that stores key value pairs in App Data; <script> var catBreeds = ["Persian","American Shorthair","Abysinian", "Egypian Mow","Manx" ]; var container; function init() { container = opensocial.Container.get...
    Posted to JavaScript/HTML - Container (Forum) by Chris on 03-15-2008
  • Example App: Dream Interpretation

    For the purposes of demoing OpenSocial on MySpace to the SixApart Hackathon, I put together a dream interpretation application. This application is intended to demo a piece of third party functionality integrated into MySpace. People asked for the source and a brief explanation, so we'll put that...
    Posted to Chez Chris (Weblog) by Chris on 02-23-2008
  • Example App: Lots of OpenSocial Calls

    Happy holidays for you who had time off, and happy work for you who didn't. Of course, for those of us who are developers we no doubt had a working holiday :). Such is life in the world of tech... Where's my Data API? Where's my Activities API? Just wanted to let you folks know that we're...
    Posted to Chez Chris (Weblog) by Chris on 02-23-2008
  • Example App: RSS Reader

    In this post I hope to get you off the ground in terms of how to request data from other sites using the OpenSocial API. Remember that in OpenSocial your application is hosted in the browser and served off the container's domain (in this case, MySpace). XHRs (XML Http Requests) cannot be issued across...
    Posted to Chez Chris (Weblog) by Chris on 02-23-2008
  • Where's my Data API?

    Happy holidays for you who had time off, and happy work for you who didn't. Of course, for those of us who are developers we no doubt had a working holiday :). Such is life in the world of tech... Where's my Data API? Where's my Activities API? Just wanted to let you folks know that we're...
    Posted to MySpace Developer Team (Weblog) by Chris on 02-19-2008
  • Example app: RSS Reader

    In this post I hope to get you off the ground in terms of how to request data from other sites using the OpenSocial API. Remember that in OpenSocial your application is hosted in the browser and served off the container's domain (in this case, MySpace). XHRs (XML Http Requests) cannot be issued across...
  • OpenSocial app in the wild: Dream Interpretation

    For the purposes of demoing OpenSocial on MySpace to the SixApart Hackathon, I put together a dream interpretation application. This application is intended to demo a piece of third party functionality integrated into MySpace. People asked for the source and a brief explanation, so we'll put that...
Page 1 of 1 (10 items)