Pocketex.Auth
Wrapper functions around the Pocket auth API
Summary↑
authorize(consumer_key, request_token) | Makes an authorization request to convert the request token into a Pocket access token |
autorization_uri(request_token, callback_uri) | Returns the authorization URI for the Pocket API The web client integrating this wrapper needs to redirect there |
get_request_token(consumer_key, redirect_uri) | Obtain a request token. To begin the Pocket authorization process, the application must obtain a request token from the Pocket servers by making a POST request |
Functions
Makes an authorization request to convert the request token into a Pocket access token.
Returns the authorization URI for the Pocket API The web client integrating this wrapper needs to redirect there
Obtain a request token. To begin the Pocket authorization process, the application must obtain a request token from the Pocket servers by making a POST request.