Instapaper is a simple tool to save web pages for reading later.
Questions tagged [instapaper]
21 questions
0
votes
1 answer
When using AFXAuthClient, how do I keep the token and make further requests?
I'm making an app to integrate with Instapaper which uses the XAuth protocol for its API. I'm using AFXAuthClient, which is an extension for AFNetworking and I'm able to authenticate the user (using the method shown on AFXAuthClient's GitHub page),…

Doug Smith
- 29,668
- 57
- 204
- 388
0
votes
1 answer
When using the Instapaper API, why am I continually getting 401 errors?
I'm trying to use the full Instapaper API via the AFOAuth2Client library but I keep getting the error code 401. I have no idea what's wrong with my code. I definitely ahve the right ID and secret as I copy and pasted them from the email.
-…

Doug Smith
- 29,668
- 57
- 204
- 388
0
votes
2 answers
Handling HTTP status Ajax response
I am attempting to integrate the Instapaper Simple API into something but I am struggling to understand how to handle the response that the API sends back in Javascript. The article is adding to Instapaper just fine so I know that the submission is…

Aaron Fisher
- 645
- 3
- 8
- 23
0
votes
2 answers
InstaPaper API - /api/1/bookmarks/get_text
I'm working the InstaPaper API
I'm using this string to pull the content of the article.
$Bookmark_Text = $connection->getBookmarkText($Bookmark['bookmark_id']);
Unfortunately it is pulling the entire html and basically putting the HTML structure…

Chris Olson
- 1,021
- 4
- 12
- 19
-1
votes
2 answers
AFNetworking spits out an error, but how can I display it?
I have an app where the user can authenticate with Instapaper. They need an Instapaper subscription to be able to do this, however, so if they try to log in with an account that isn't subscribed to Instapaper, I want to display an error to them.
But…

Doug Smith
- 29,668
- 57
- 204
- 388
-1
votes
1 answer
Display inline footnote in iOS
I was wondering what is the best approach for implementing popover links and inline footnote in iOS?

Maziyar
- 1,913
- 2
- 18
- 37