Diary Service
This function links the Mobage diary creation service to an application.
GET
POST
Parameter list:
Name |
Required? |
Description |
---|---|---|
url |
|
URL to transition to after posting (If omitted, default is start URL defined in Gadget XML) |
subject |
|
Default Subject |
body |
|
Default Body |
image |
|
URL of image to be inserted |
- The parameter value must be URI-escaped when sending parameters with href attributes, etc. in URLs.
- HTML tags may not be included in the subject or body.
Examples
Revision History
- 12/11/2012
- Initial release.