ユーザーストリームのページで説明したように、一人のユーザーのメッセージをストリーム内に流します。
GET userStreams messages for a single user, as described in User streams. |
https://userstream.twitter.com/1.1/user.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
|
メッセージを length-delimitedにするかどうかを設定します。詳細については delimited を参照してください。
速度低下警告を通知するかどうか設定します。詳細情報については stall_warningsを参照してください。
認証ユーザーのみの情報を取得するか、そのユーザーがフォローしている相手のメッセージも取得するかを設定します。 withを参照してください。
追加で @repliesも取得するか設定します。詳細については repliesを参照してください。
指定したキーワードに合致するツイートも取得する。キーワードのフレーズはコンマ区切りの一覧で指定します。詳細情報については track を参照してください。
指定して領域範囲内のツイートも取得する。詳細については locations を参照してください。
フレンドリストのデータ を数字型配列として取得するか文字型配列として取得するかを設定します。 詳細については stringify_friends_idを参照してください。
Parameters
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_warnings for more information.
with
optional
Specifies whether to return information for just the authenticating user, or include messages from accounts the user follows. See with the with parameter documentation for more information.
replies
optional
Specifies whether to return additional @replies. See replies for more information.
track
optional
Includes additional Tweets matching the specified keywords. Phrases of keywords are specified by a comma-separated list. See track the track parameter documentation for more information.
locations
optional
Includes additional Tweets falling within the specified bounding boxes. See locations for more information.
stringify_friend_ids
optional
Specifies whether to send the Friend List preamble as an array of integers or an array of strings. See stringify_friends_id for more information. |
ログイン して登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
https://userstream.twitter.com/1.1/user.json
Example Request
|