get_iterated_likes: Get more than 20 likes in one call

Description Usage Arguments See Also Examples

View source: R/tumblR.R

Description

This function will return any number of likes. In doing so it may more multiple requests to the tumblr api. This function requires an API key. Unlike get_likes which returns a list of liked posts and a count, this function returns the count of total number of liked posts as the attribute liked_count.

Usage

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

Arguments

blog

The blog url

limit

Number of likes to return (1-20)

Number

of first liked post to start at

See Also

get_likes

Examples

1
2
setup_tumblr_apikey("MyApiKey")
get_iterated_likes("stuff.tumblr.com",limit=100,offset=0)

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