myxer.ringtone.setImage
Sets the image for a public Myxer ringtone. If this isn't called, the image
associated with the owning profile is used instead.
Note: This method requires a
multipart form post.
Arguments
- api_key
- Your API application key. See here for more details on api_key.
- method
- myxer.ringtone.setImage
- myxer_id
- Value returned by myxer.ringtone.create.
- api_sig
- Secure signature of the api parameters. See here for details on api_sig.
- file
- binary image file (not included in api_sig)
Example Response
The response format is a simple XML block.
Success Response
<?xml version="1.0" encoding="utf-8" ?>
<response status="ok"></response>
Error Response
<?xml version="1.0" encoding="utf-8" ?>
<response status="fail">
<code>[error-code]</code>
<msg>[error-message]</msg>
</response>