Welcome Developers!

in

Welcome!

in

REST for ActionScript 2.0

Last post 03-03-2008 12:22 AM by Eddie. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 02-20-2008 1:14 PM

    REST for ActionScript 2.0

    http://developer.myspace.com/Community/forums/t/408.aspx

    I'd posted this on Questions for MySpace since that's where all my previous post had been and where most of the action seems to be, but guess it really belongs here. Although it's far from being a full library, it might make a good starting place for Flash developers.

  • 03-01-2008 10:43 AM In reply to

    Re: REST for ActionScript 2.0

    There is a fully compliant Opensocial and MyOpenSpace AS  library in the works.  Look out for a blog post within the next week or so. 

    Filed under:
  • 03-02-2008 2:10 AM In reply to

    Re: REST for ActionScript 2.0

    That's good. Is it going to be AS2 or AS3 or both?

    In the meantime what calls can we currently use?

    I've found:

    http://api.msappspace.com/opensocial/v1/viewer.xml?opensocial_token=" + opensocial_token + "&opensocial_mode=" + opensocial_surface +"&detailtype=basic"

    http://api.msappspace.com/opensocial/v1/OWNER/friends?page=1&page_size=10&opensocial_token=" +opensocial_token + "&opensocial_mode=" + opensocial_surface +"&detailtype=basic"

    http://api.msappspace.com/opensocial/v1/VIEWER/friends?page=1&page_size=10&opensocial_token=" +opensocial_token + "&opensocial_mode=" + opensocial_surface +"&detailtype=basic"

    Also what are the other options for "detailtype"?

    Thanks

    Eddie 

    Filed under:
  • 03-02-2008 4:22 AM In reply to

    Re: REST for ActionScript 2.0

    Currently particularly in need of a call for owners 'interests' so I can change the color to match their profiles...

    Cheers

    Eddie 

  • 03-02-2008 8:38 AM In reply to

    Re: REST for ActionScript 2.0

    Have also found http://api.msappspace.com/opensocial/v1/OWNER/profile.xml?&opensocial_token=" +opensocial_token + "&opensocial_mode=" + opensocial_surface +"&detailtype=basic"

    with a "detailtype" of "basic" and "full"

    Eddie

  • 03-02-2008 10:26 AM In reply to

    Re: REST for ActionScript 2.0

    Along with BASIC and FULL, you can use EXTENDED.  This will give an additional set of Profile attributes.  

    The library supports AS3, but if there is signficant interest in an AS2 library, we may begin working on one.  In the meantime, send me a message on myspace or email me at jestrada@myspace.com to get the current MyOpenSpace AS Library.  The MOS AS lib is a port from the opensocial javascript library.  This library is built on top of a subset of the MS REST API.  Resources not realized from the REST API in the first iteration of the MOS AS Lib are: Friendship, Interest, Details, Groups, Status, Mood, and Comments.

    Here is a photo of the currently implemented features in the OS library:

      Current Status of MOS AS Lib

     

    I will tag any posts related to the MOS AS Lib with "mosaslib".  

     

    I've created a post here with more info and a code sample. 

    Filed under: ,
  • 03-03-2008 12:22 AM In reply to

    Re: REST for ActionScript 2.0

    Thats great Joseph.

    Thanks

    Eddie 

Page 1 of 1 (7 items)