Description Usage Arguments Details Value See Also
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
.
1 | get_request_token(consumer_key)
|
consumer_key |
Character string. Here goes your Pocket consumer key. |
See the GitHub README for details on Authentication.
Character string. Request token for the Pocket Application corresponding to your consumer_key.
Other authentication functions:
create_authorize_url()
,
get_access_token()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.