| | 1 | = zooomr.photos.comments.addComment = |
|---|
| | 2 | |
|---|
| | 3 | Add comment to a photo as the currently authenticated user. |
|---|
| | 4 | |
|---|
| | 5 | === Authentication === |
|---|
| | 6 | |
|---|
| | 7 | This method requires authentication with 'write' permission. |
|---|
| | 8 | |
|---|
| | 9 | Note: This method requires an HTTP POST request. |
|---|
| | 10 | |
|---|
| | 11 | === Arguments === |
|---|
| | 12 | |
|---|
| | 13 | api_key (Required) |
|---|
| | 14 | Your API application key. |
|---|
| | 15 | photo_id (Required) |
|---|
| | 16 | The id of the photo to add a comment to. |
|---|
| | 17 | comment_text (Required) |
|---|
| | 18 | Text of the comment |
|---|
| | 19 | |
|---|
| | 20 | === Example Response === |
|---|
| | 21 | {{{ |
|---|
| | 22 | {"comment": {"id": 100547}, "stat": "ok"} |
|---|
| | 23 | }}} |