Subscribe to your account activity
GET user (deprecated)¶
Streams messages for a single user. We plan to sunset this API on Tuesday June 19, 2018. The Account Activity API will replace the User streams and Site streams APIs.
Resource URL¶
https://userstream.twitter.com/1.1/user.json
Resource Information¶
Response formats | JSON |
Requires authentication? | Yes (user context only) |
Rate limited? | Yes |
Parameters¶
Name | Required | Description | Default Value | Example |
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. |