MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

OS0.8: requestSendMessage and PROFILE target

Last post 02-06-2009 10:35 AM by Jorge. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 01-23-2009 6:48 AM

    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 to the documentation and specification. Since 0.8 has removed postTo from the container I can't use it as a workaround, even if it is outdated.

    Downgrading to OS 0.7 would be bad, because I like to send Activities if  a user updates his profile.

    Is there a workaround for this? A hidden option to use requestSendMessage -> PROFILE or postTo under 0.8?

    Any input or help would be greatly appreciated. :)

  • 01-26-2009 1:30 AM In reply to

    Re: OS0.8: requestSendMessage and PROFILE target

    Bump for the next week, still need help or information on this topic please. :/

  • 01-27-2009 6:55 AM In reply to

    Re: OS0.8: requestSendMessage and PROFILE target

     Daily bump. :(

  • 02-06-2009 10:35 AM In reply to

    Re: OS0.8: requestSendMessage and PROFILE target

    Sorry for the delay to reply. You can still posting to profile use request send message with TYPE = MyOpenSpace.PostTo.Targets.PROFILE

    This is the mapping from the old postTo to request send message

    MyOpenSpace.PostTo.Targets.BULLETINS  =>  opensocial.Message.Type.NOTIFICATION
    MyOpenSpace.PostTo.Targets.SEND_MESSAGE  =>   opensocial.Message.Type.PRIVATE_MESSAGE
    MyOpenSpace.PostTo.Targets.COMMENTS  =>   opensocial.Message.Type.PUBLIC_MESSAGE
    MyOpenSpace.PostTo.Targets.BLOG => MyOpenSpace.PostTo.Targets.BLOG
    MyOpenSpace.PostTo.Targets.PROFILE=> MyOpenSpace.PostTo.Targets.PROFILE

     Regards

    Jorge

     

Page 1 of 1 (4 items)