twtr_statuses_lookup: GET statuses/lookup

Description Usage Arguments See Also

View source: R/statuses_lookup.R

Description

GET statuses/lookup

Usage

1
2
twtr_statuses_lookup(idrequired = NULL, include_entities = NULL,
  trim_user = NULL, map = NULL, ...)

Arguments

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

See Also

https://dev.twitter.com/rest/reference/get/statuses/lookup


yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.