pocketapi (version 0.1)

get_request_token: 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.

Value

Character string. Request token for the Pocket Application corresponding to your consumer_key.

Details

See the GitHub README for details on Authentication.

See Also

Other authentication functions: create_authorize_url(), get_access_token()