サイトストリームのページで説明したように、ユーザーのメッセージをストリーム内に流します。
GET siteStreams messages for a set of users, as described in Site streams. |
https://sitestream.twitter.com/1.1/site.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
|
ユーザーIDをコンマ区切りでまとめた一覧,indicating the users to return statuses for in the stream. 。 詳細については follow を参照してください。
メッセージを length-delimitedにするかどうかを設定します。詳細については delimited を参照してください。
速度低下警告を通知するかどうか設定します。詳細情報については stall_warningsを参照してください。
follow
パラメータで指定したユーザーのみの情報を取得するか、そのユーザーがフォローしている相手のメッセージも取得するかを設定します。 withを参照してください。
追加で @repliesも取得するか設定します。詳細については replies を参照してください。
フレンドリスト のデータを数字型配列として取得するか文字型配列として取得するかを設定します。 詳細については stringify_friend_id を参照してください。
Parameters
follow
required
A comma separated list of user IDs, indicating the users to return statuses for in the stream. See follow for more information.
delimited
optional
Specifies whether messages should be length-delimited. See delimited for more information.
stall_warnings
optional
Specifies whether stall warnings should be delivered. See stall_warningsfor more information.
with
optional
Specifies whether to return information for just the users specified in the
replies
optional
Specifies whether to return additional @replies. See replies for more information.
stringify_friend_ids
optional
Specifies whether to send the friends lists preamble as an array of integers or an array of strings. See stringify_friend_id for more information. |
ログイン して登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
https://sitestream.twitter.com/1.1/site.json?follow=6253282
Example Request
|