create_authorize_url {pocketapi} | R Documentation |
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 |
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()
[Package pocketapi version 0.1 Index]