Activity Service
The Activity Service provides a link to the activity service in an application so you can send your own activity history to your Mobage friends .
GET
POST
Parameter list:
Name |
Required? |
Description |
---|---|---|
url |
|
URL to go to after sending the notification (if omitted, the default is the start URL defined in the Gadget XML) |
touchUrl |
|
Target URL to go to from the activity |
title |
Y |
Title |
body |
|
body |
mediaItem1 |
|
URL used for inserting an image |
- The parameter value must be URI-escaped when sending parameters with href attributes, etc. in URLs.
- HTML tags and emoji cannot be used in the title or body.
- Specify a 75x75 gif image for the mediaItem1 parameter.
- The priority of the activity service is HIGH.
Examples
Revision History
- 12/11/2012
- Initial release.