Instapaper is a simple tool to save web pages for reading later.
Questions tagged [instapaper]
21 questions
38
votes
4 answers
Kindle periodical format
Not much can be found on the subject of creating eBooks in kindle/mobipocket. Much less is to be found about periodical format - i.e. the format in which Newspapers are published on Amazon.
Yet the instapaper.com can do that and now are local…

Hurda
- 4,647
- 8
- 35
- 49
7
votes
2 answers
Instapaper API & Javascript XAuth
I've spent most of today try to implement Instapaper's XAuth API. I haven't even been able to get an oauth token, yet.
Any ideas what I'm doing wrong?
I'm using node.js and the oauth module. It's my understanding that I need to pass the username,…

Pauly Dee
- 737
- 2
- 9
- 17
3
votes
4 answers
Import multiple URLs to Pocket (or Instapaper)
I'm trying to import all my old starred items from Google Reader into Pocket. I have the JSON file and I've used grep to convert that to a simple text file listing all the URLs (thanks to PaulProgrammer here: Regex to extract all Starred Items…

Patrick
- 31
- 1
- 4
2
votes
2 answers
instapaper and oauth - 403 "Not logged in" error
I am trying to use the instapaper API, but I keep getting a 403 error for my requests. Here's the code:
consumer_key='...'
consumer_secret='...'
access_token_url = 'https://www.instapaper.com/api/1/oauth/access_token'
consumer =…

pnsilva
- 655
- 1
- 9
- 20
2
votes
1 answer
How should I organize this Instapaper-like functionality in Rails?
Instapaper, if you don't know it, is a bookmarklet that saves your current URL to an account of yours. Essentially the bookmarklet loads a script on the page with parameters on that script's URL with something like
z.setAttribute('src', l.protocol…

Alex Mcp
- 19,037
- 12
- 60
- 93
2
votes
1 answer
Obtaining Instapaper OAuth access token from Delphi
I am having trouble obtaining an access token from the Instapaper api using Overbyte's ICS suite. The odd thing is that I am able to get an access token using Indy. I am using Delphi XE2 and ICS version 7.
For debugging purposes, I am using fixed…

Jim B
- 113
- 6
1
vote
3 answers
Readability-like JavaScript library
Is there a (client-side) JavaScript library for doing Readability/Instapaper-style uncluttering of HTML? ie Takes HTML for a full web page and unclutters it by removing headings, sidebars etc, to just leave the core article, using some heuristics.…

mahemoff
- 44,526
- 36
- 160
- 222
1
vote
0 answers
Invalid Signature while Connecting to Instapaper's Xauth on PHP
I've been trying to get a PHP application to connect to Instapaper's Xauth services, but for the life of me I can't get it to work. I keep getting an "403: Invalid signature." error.
The error says that my signature base string wasn't what it…

Walter Schultz
- 371
- 1
- 3
- 4
1
vote
2 answers
Instapaper Simple API : adding links without storing user password?
I'm trying to use Instapaper's Simple API (http://www.instapaper.com/api/simple).
The API terms of use (http://www.instapaper.com/api/terms) says apps should not store user id and password, and I don't want to store them either. However, it seems…

Vlad
- 8,038
- 14
- 60
- 92
1
vote
1 answer
How is Instapaper on iOS embedding YouTube Videos?
I trying to find a good way to embed YouTube Videos in my app. I really like the way Instapaper is embedding them but I can't figure out what YouTube Player is being used.

Sven Koerbitz
- 49
- 4
0
votes
1 answer
Instapaper: automatically saving email newsletters
Has anyone figured out a way to automatically save email newsletters (e.g Tech Crunch) to their Instapaper (read it later app)?
A "view in browser" link URL is common in newsletters, and I'm trying to figure out how to automatically grab these URLs…

Mr. Bungle
- 33
- 4
0
votes
2 answers
Getting XAuth to work with Node.JS & OAuth
I'm building my first node.js app, and trying to integrate it with the Instapaper API. Instapaper only uses XAuth, and I'm a little confused how it works.
Should I use the node-oauth module and try to customize it for xauth? Or should I roll my own…

Pauly Dee
- 737
- 2
- 9
- 17
0
votes
1 answer
Instapaper API Access (Full API) - Problem with xAuth
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?

soupdiver
- 3,504
- 9
- 40
- 68
0
votes
1 answer
How can I conditionally hide dynamic web content from read-later services (ie Instapaper, Pocket)?
I'm building a single-page website that contains a javascript "calculator" that let's users input custom values and see an output immediately.
I don't expect this to work if my page is scraped by a service like instapaper for users to read later…

Sam Pierce Lolla
- 219
- 1
- 8
0
votes
3 answers
How to process response from Instapaper API?
I make a request to the Instapaper API, and it's supposed to return JSON. It returns something close to JSON, but not completely, like follows:
2013-05-30 19:54:20.155 --[53078:c07] (
{
type = meta;
},
{
…

Doug Smith
- 29,668
- 57
- 204
- 388