Instapaper API Access (Full API) - Problem with xAuth

653 Views Asked by At

i was playing around with the instapaper full api and im having some trouble with the OAuth api. MUST i have a token for using the full api or is this optional?

1

There are 1 best solutions below

1
On BEST ANSWER

To play with the simple API you need only a user//password

But for the full API you need: - a OAuth consumer key - OAuth consumer secret

Those you will obtain after making a request on: Register New OAuth Application

You will need also to have a superscription that cost 1$/month More info here or go in your Instapaper account detail.

I hope this will help you.