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