setup_tumblr_oauth: Set up oauth to work with tumblR

Description Usage Arguments Examples

View source: R/tumblR.R

Description

This function initialises oauth assuming that setup_tumblr_apikey has been called already. This allows access to tumblR api calls that require being logged into a blog.

Usage

1
setup_tumblr_oauth(consumer_secret, credentials_file = NULL)

Arguments

consumer_secret

Consumer secret provided by tumblr.

credentials_file

Optional argument of a file to save the consumer key and secret to.

Examples

1
2
setup_tumblr_apikey("myApiKeyIsVeryLong")
setup_tumblr_oauth("myConsumerSecretIsLongToo")

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