get_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. Only a maximum of 20 followers can be returned in a single call. This requires OAuth and seems to only word for the blog the OAuth is for.

Usage

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

Arguments

blog

The blog to get followers for

limit

Number of followers to get (1-20)

offset

Number of followers to skip from the start

See Also

get_iterated_followers

Examples

1
2
3
setup_tumblr_apikey(myApiKey)
setup_tumblr_oauth(myConsumerSecret)
get_followers(myBlog)

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