= zooomr.photos.comments.addComment = Add comment to a photo as the currently authenticated user. === Authentication === This method requires authentication with 'write' permission. Note: This method requires an HTTP POST request. === Arguments === api_key (Required) Your API application key. photo_id (Required) The id of the photo to add a comment to. comment_text (Required) Text of the comment === Example Response === {{{ {"comment": {"id": 100547}, "stat": "ok"} }}}