| |
Overview
Sets the book's customized dedication.
Related methods: bookcreate/init, bookcreate/publish
HTTP Method
POST
URL
http://api.sharedbook.com/v0.6/bookcreate/setDedication
User Authentication
Signature required
Request Parameters (Required)
- apiKey: The API developer's API key
- bmsId: unique ID string generated when BMS is created (bmscreate/init)
- sessionToken: received from the auth/getSessionToken method on login
- dedicationText: The dedication text will appear on the Dedication Page of the user's book.
- signature: a signature of the other parameters. Signatures are created using your secret word and the other arguments listed in alphabetical order, (name then value).
Response Formats
<bookcreate.setDedication status="ok" />
Error Codes
General Error Codes
Example
(See the Method Syntax page for details.) |
Click below to view some API applications   |