Hi,
I am using the RESTful interface in order to send notifications to users. I am able to get the notifications working properly, but I would like to attach some appParams to the button in the notification. Is there any way to do that with the RESTful interface? I know that its possible with the OpenSocial container, but I wasnt able to find anything about doing this with the REST interface.
Here's the body of my POST request.
recipients=xxxxxx&templateParameters={"content":"hello world","button0_surface":"canvas","button0_label":"Hi There"}
And heres the documentation that I've read through:
http://wiki.developer.myspace.com/index.php?title=App_Notifications
http://wiki.developer.myspace.com/index.php?title=POST_v1_applications_applicationId_notifications
Any help would be greatly appreciated