Description Usage Arguments See Also
View source: R/statuses_lookup.R
GET statuses/lookup
1 2 |
idrequired |
A comma separated list of tweet IDs, up to 100 are allowed in a single request. Example Values: 20, 432656548536401920 |
include_entities |
The entities node that may appear within embedded statuses will be disincluded when set to false. Example Values: false |
trim_user |
When set to either true, t or 1, each tweet returned in a timeline will include a user object including only the status authors numerical ID. Omit this parameter to receive the complete user object. Example Values: true |
map |
When using the map parameter, tweets that do not exist or cannot be viewed by the current user will still have their key represented but with an explicitly null value paired with it Example Values: true |
https://dev.twitter.com/rest/reference/get/statuses/lookup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.