get_iterated_followers: Get the followers of a blog

Description Usage Arguments See Also Examples

View source: R/tumblR.R

Description

Get the followers of a blog, but without an upper limit on the number of followers that can be retrieved. This may result in multiple calls to the tumblr API. This requires OAuth and seems to only work for the authenticated blog. The total number of followers for blog is not returned in the list but rather as the "total_users" attribute on the list.

Usage

1
get_iterated_followers(blog, limit = 20, offset = 0)

Arguments

blog

The blog to get followers for.

limit

Number of followers to get

offset

Number of followers to skip from the start

See Also

get_followers

Examples

1
2
3
setup_tumblr_apikey(myApiKey)
setup_tumblr_oauth(myConsumerSecret)
get_iterated_followers(myBlog,limit=100)

klapaukh/tumblR documentation built on May 20, 2019, 11:06 a.m.