API → direct_messages/new
Публикует личное сообщение с текстом, который задается обязательным параметром text. Используется метод POST.
URL
http://api.rutwit.ru/direct_messages/new.
format
Формат
xml, json
HTTP-метод
POST
Авторизация
Требуется
Параметры
-
text: Обязательный. Текст публикуемого твита, должен быть «URL encoded». Текст, превышающий 140 символов, принудительно обрезается.
-
user: Необязательный. ID или никнейм пользователя, которому отправляется данный твит.
-
user_id: Необязательный. ID пользователя, которому отправляется данный твит.
-
screen_name: Необязательный. Никнейм пользователя, которому отправляется данный твит.
<direct_message>
<id>5415845720454702960</id>
<sender_id>101033840</sender_id>
<text>Привет!</text>
<recipient_id>282873648</recipient_id>
<created_at>Wed, 16 Dec 2009 17:47:25 +0300</created_at>
<sender_screen_name>rutwit</sender_screen_name>
<recipient_screen_name>support</recipient_screen_name>
<sender>
<id>101033840</id>
<name>Вася Иванов</name>
<screen_name>rutwit</screen_name>
<location>Москва</location>
<description/>
<profile_image_url>
http://static.rutwit.ru/file/25/29/2529429b30bbc2000d8fa940630949b5.gif
</profile_image_url>
<url>ya.ru</url>
<protected>false</protected>
<followers_count>15</followers_count>
<profile_background_color>6699ff</profile_background_color>
<profile_text_color>000000</profile_text_color>
<profile_link_color>0000ff</profile_link_color>
<profile_sidebar_fill_color>e0ff92</profile_sidebar_fill_color>
<profile_sidebar_border_color>87bc44</profile_sidebar_border_color>
<friends_count>6</friends_count>
<created_at>Wed, 03 Jun 2009 19:39:48 +0400</created_at>
<favourites_count/>
<utc_offset>10800</utc_offset>
<time_zone>MSK</time_zone>
<profile_background_image_url/>
<profile_background_tile/>
<statuses_count>540</statuses_count>
<notifications/>
<verified>false</verified>
<following>false</following>
</sender>
<recipient>
<id>282873648</id>
<name>Поддержка РуТвит</name>
<screen_name>support</screen_name>
<location/>
<description/>
<profile_image_url>
http://static.rutwit.ru/file/ba/9e/ba9ed3a08f6ef7a605a3a1b578cae233.png
</profile_image_url>
<url/>
<protected>false</protected>
<followers_count>14</followers_count>
<profile_background_color>6699ff</profile_background_color>
<profile_text_color>000000</profile_text_color>
<profile_link_color>0000ff</profile_link_color>
<profile_sidebar_fill_color>e0ff92</profile_sidebar_fill_color>
<profile_sidebar_border_color>87bc44</profile_sidebar_border_color>
<friends_count>30</friends_count>
<created_at>Fri, 28 Aug 2009 21:16:13 +0400</created_at>
<favourites_count/>
<utc_offset>10800</utc_offset>
<time_zone>MSK</time_zone>
<profile_background_image_url/>
<profile_background_tile/>
<statuses_count>9</statuses_count>
<notifications/>
<verified>false</verified>
<following>false</following>
</recipient>
</direct_message>