MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Opensocial v0.8 - requestSendMessage and requestShareApp only work on Canvas view?

    Hi, I'm trying to get requestSendMessage and requestShareApp to work, and it appears they don't work in the Profile or Home views, only in Canvas view. Is this correct behavior? If so, why can't I send from the other two views? Thanks, Jim
    Posted to Messaging (Forum) by Jim on 04-28-2009
  • OS0.8: requestSendMessage and PROFILE target

    Hey everybody :) I am currently developing another application that allows an user to add various things to his profile. The 0.7 OpenSocial used postTo with a target of MyOpenSpace.PostTo.Targets.PROFILE to append stuff to the VIEWERs profile. requestSendMessage does not provide this functionality according...
    Posted to JavaScript/HTML - Container (Forum) by TimeOut on 01-23-2009
  • requestSendMessage - Help me

    <html><head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <script src="data/javascript/references/gadgets003.js" type="text/javascript"></script> <script src="data/javascript/references/opensocialreference001...
    Posted to JavaScript/HTML - Container (Forum) by minekazz on 01-16-2009
  • Re: requestSendMessage()

    Does "conforms to the same restrictions" include prompt for confirmation before posting to each person, even if an array of person is passed to requestSendMessage? That would be painful.
    Posted to General Questions/Comments (Forum) by Jennifer on 11-05-2008
  • requestSendMessage()

    I'm getting a little frustrated. I'm not sure what I'm doing wrong. Why does this work? var messageTest = opensocial.newMessage("Test this."); opensocial.requestShareApp(userID, messageTest , function(){ alert('sent application invite'); } ); And this doesn't.... var...
    Posted to JavaScript/HTML - Container (Forum) by Dmitriy on 10-15-2008
  • Re: requestSendMessage()

    The MySpace implementation of requestSendMessage is thru PostTo. Our implementation beat the formalization of the OpenSocial spec, hence the two parallel paths. From a conformance standpoint, you should use opensocial.requestSendMessage for message, comments, and bulletins. We may eventually retire the...
    Posted to General Questions/Comments (Forum) by Chris Cole on 07-14-2008
  • Re: requestSendMessage()

    In looking into this I see our implementation had a bug. Code path worked for OWNER/VIEWER, but not any other IDs. Fairly useless, IMO. We'll be rolling a fix out in the coming weeks. In the mean time you can use the MySpace container postTo extension. An example is in this app: http://profile.myspace...
    Posted to General Questions/Comments (Forum) by Chris Cole on 05-06-2008
  • requestSendMessage by April 30th?

    I read in an interview with Max Newbould that requestSendMessage notifications would by implemented by "April 30th, unless something goes terribly wrong". I haven't seen any discussion on the forums or blog if that is still the case. Is there any update on this? Thanks
    Posted to JavaScript/HTML - Container (Forum) by Mark on 04-29-2008
  • 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...
    Posted to JavaScript/HTML - Container (Forum) by Affinitive on 04-01-2008
Page 1 of 1 (9 items)