get_access_token: get_access_token

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
get_access_token(consumer_key, request_token)

Arguments

consumer_key

Character string. Here goes your Pocket consumer key.

request_token

Character string. Pocket request token generated by get_request_token.

Details

See the GitHub README for details on Authentication.

Value

Character string. Returns the access token.

See Also

Other authentication functions: create_authorize_url(), get_request_token()


CorrelAid/pocketapi documentation built on Feb. 25, 2021, 4:07 p.m.