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. :)