twtr_blocks_list: GET blocks/list

Description Usage Arguments See Also

View source: R/blocks_list.R

Description

GET blocks/list

Usage

1
2
twtr_blocks_list(include_entities = NULL, skip_status = NULL,
  cursor = NULL, ...)

Arguments

include_entities

The entities node will not be included when set to false. Example Values: false

skip_status

When set to either true, t or 1 statuses will not be included in the returned user objects.

cursor

Causes the list of blocked users to be broken into pages of no more than 5000 IDs at a time. The number of IDs returned is not guaranteed to be 5000 as suspended users are filtered out after connections are queried. If no cursor is provided, a value of -1 will be assumed, which is the first <c2><81>gpage.<c2><81>h The response from the API will include a previous_cursor and next_cursor to allow paging back and forth. See Using cursors to navigate collections for more information. Example Values: 12893764510938

See Also

https://dev.twitter.com/rest/reference/get/blocks/list


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