get_request_token: get_request_token

Description Usage Arguments Details Value See Also

View source: R/auth.R

Description

Requests a request_token for the Pocket application with a given consumer key from the Pocket Authentication API. The request token can then be used in create_authorize_url and get_access_token.

Usage

1
get_request_token(consumer_key)

Arguments

consumer_key

Character string. Here goes your Pocket consumer key.

Details

See the GitHub README for details on Authentication.

Value

Character string. Request token for the Pocket Application corresponding to your consumer_key.

See Also

Other authentication functions: create_authorize_url(), get_access_token()


pocketapi documentation built on Nov. 20, 2020, 5:08 p.m.