create_authorize_url: create_authorize_url

Description Usage Arguments Details Value See Also

View source: R/auth.R

Description

Creates the URL the user needs to enter into her browser in order to authorize the Pocket application/the request token.

Usage

1
create_authorize_url(request_token)

Arguments

request_token

Character string. Pocket request token generated by the function get_request_token.

Details

See the GitHub README for details on Authentication.

Value

Character string. The URL for authorizing the Pocket application for which the request token was requested. This is what you enter into your browser.

See Also

Other authentication functions: get_access_token(), get_request_token()


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