twtr_lists_ownerships: GET lists/ownerships

Description Usage Arguments See Also

View source: R/lists_ownerships.R

Description

GET lists/ownerships

Usage

1
2
twtr_lists_ownerships(user_id = NULL, screen_name = NULL, count = NULL,
  cursor = NULL, ...)

Arguments

user_id

The ID of the user for whom to return results for.

screen_name

The screen name of the user for whom to return results for.

count

The amount of results to return per page. Defaults to 20. No more than 1000 results will ever be returned in a single page.

cursor

Breaks the results into pages. Provide a value of -1 to begin paging. Provide values as returned in the response body<c2><81>fs next_cursor and previous_cursor attributes to page back and forth in the list. It is recommended to always use cursors when the method supports them. See [node:10362] for more information.

See Also

https://dev.twitter.com/rest/reference/get/lists/ownerships


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