Chat/send message

From Justin.tv API Wiki

Jump to: navigation, search

Post a message as the broadcaster to a chat room. OAuth tokens for the channel are required.

Interface

URL: http://api.justin.tv/api/chat/send_message.format
Formats: xml, json
Methods: POST
Authentication: Requires Authentication
Params: POST body must include message
Returns: {"status": "sent"}

Examples

  • You want to post a notice that someone has one a trivia game
    • Action
      • url = http://api.justin.tv/api/chat/send_message.json
      • method = POST
    • Parameters
      • message = "Bob just won Trivia! He has 15 points."
{"status": "sent"}
Client Libraries