pocketapi (version 0.1)

create_authorize_url: create_authorize_url

Description

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

Usage

create_authorize_url(request_token)

Arguments

request_token

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

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.

Details

See the GitHub README for details on Authentication.

See Also

Other authentication functions: get_access_token(), get_request_token()