MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

MySpace Viral API released

Last post 04-01-2008 10:16 AM by rondata. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 03-31-2008 10:16 PM

    MySpace Viral API released

    Apparently MySpace released some viral API today:

    http://www.sociablecode.com/uncategorized/breaking-myspace-viral-api-about-damn-time 

     

    Let me know if you can get it working on your end guys 

  • 04-01-2008 7:36 AM In reply to

    Re: MySpace Viral API released

    Is this true? I can't get it to work.

     var params = {}; 
     params[opensocial.Message.Field.TITLE] = "title here";
     params[opensocial.Message.Field.TYPE] =opensocial.Message.Type.EMAIL; //or NOTIFICATION
     var message = opensocial.newMessage("this is the body",params);
     opensocial.requestSendMessage(349161270, message, function (status) {
         alert (status.hadError());
     });

     it always has an error.

    Filed under:
  • 04-01-2008 10:05 AM In reply to

    Re: MySpace Viral API released

    My advice: check your calendar.

  • 04-01-2008 10:16 AM In reply to

    Re: MySpace Viral API released

    Jeremy:

    My advice: check your calendar.

     

    LOL

Page 1 of 1 (4 items)