Developer API » Post Comment API
URI Scheme
http://api.twitcasting.tv/api/postcomment?param=value
An API to post comment.
Requirements
JSON / JSONP
Authentication
Login Required.
Limitation
Throttle Limit. (Max 60 req/1 min. If you exceed this limit, your IP will be blocked for 5 min = HTTP 503 Error).
URI Parameters
| type (optional) |
Set this value to json if you would like to receive JSON result. Otherwise, this API will return JSONP.
JSONで結果を受け取る場合、この値を json に設定します。デフォルトではJSONPとなります。 |
|---|---|
| movieid |
movieid to post comment.
コメントを投稿する対象のmovie id |
| message |
comment message. Should not be longer than 140 chars. Strongly recommend to set to less than 90 chars.
投稿するコメントのメッセージ。140文字以下にする必要あり。90文字以内を推奨します。 |
| notwitter |
set 0 to post twitter, 2 to do not post twitter.
0を指定するとTwitterにも投稿します。2を指定するとTwitterには投稿しません。 |
Json Results
| error |
set if post to twitter was failed.
Twitterへの投稿が失敗したとき設定されます。 |
|---|---|
| comment status | refer to Comment List API |
Sample
