Twitter API Explorer

direct_messages/new

Sends a new direct message to the specified user from the authenticating user. Requires both the user and text parameters. Request must be a POST. Returns the sent message in the requested format when successful.

http://twitter.com/direct_messages/new.{{response_format}}

false

Required Parameters:

  • The ID or screen name of the recipient user.

  • The text of your direct message. Be sure to URL encode as necessary, and keep it under 140 characters.


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.
Powered by Twitter