Pocket, previously known as Read It Later, is an application for managing a reading list of articles from the Internet.
Questions tagged [pocket]
61 questions
1
vote
1 answer
JSON POST request - Pocket API / OAuth2.0
I'm attempting to build an application that interfaces with Pocket using PHP and JQuery
Following the steps here http://getpocket.com/developer/docs/authentication I'm stuck on "Step 2: Obtain a request token"
The documentation tells me this:
POST…

Mike Thrussell
- 4,175
- 8
- 43
- 59
1
vote
2 answers
Bash/Curl example of pocket oAuth login
I'm trying to get a simple bash script working with the pocket api. All I want to do is authenticate with pocket and download my list of articles (actually, only the count)
I'm a little confused by the way that the oauth process works.
I've…

phatmanace
- 4,671
- 3
- 24
- 29
1
vote
0 answers
How to create hypertext link instead of button for Getpocket?
Could you please help me to create hypertext link for using Getpocket ?
Initially, I tried to put buttons on my website. But the problem is that I need to publish tens of buttons on the home of my web application. But then, it was loading extremely…

Guillaume
- 342
- 1
- 9
- 23
1
vote
1 answer
Asynchronous methods, callback URIs, and local development
I'm working with the Pocket (Formerly Read It Later) API, which requires some asynchronous methods - something I'm new to.
I understand the very basic principle that asynchronous methods improve performance by allowing the application to move…

MrCarder
- 438
- 1
- 9
- 19
1
vote
2 answers
Pocket API: how to modify data using callAPIMethod?
I would like to edit the data saved at Pocket using Pocket API with iOS SDK.
However, although the preparation method is tried, no response and error also come on the contrary.
As a premise
URLs can be added using other API…

Shin Morichika
- 11
- 1
- 3
1
vote
1 answer
Can't get JSON POST response
I have this code:
WebRequest request = WebRequest.Create("https://getpocket.com/v3/oauth/request");
request.Proxy = WebRequest.DefaultWebProxy;
request.Credentials = System.Net.CredentialCache.DefaultCredentials; ;
…

Jazcash
- 3,145
- 2
- 31
- 46
1
vote
2 answers
JSON to C# classes Issue
I am fairly new to working with JSON and I have a bit of an issue with a JSON response I am getting from a web service. I've tried a bunch of online "JSON to c# class" generators and none of them seem to work with this specific bit of JSON. I am…

creatiive
- 1,073
- 21
- 49
1
vote
1 answer
Auto-populate form via URL, then submit?
I have working the auto population of this form: http://getpocket.com/save
I'm using it rather than the API so that it works when users are logged into Pocket on the same browser as my website.
However, it's not a good user experience to then have…

OJFord
- 10,522
- 8
- 64
- 98
0
votes
1 answer
Location of old Pocket Chrome Webapp (Packaged App) to copy to new laptop
The Chrome web app for Pocket (Packaged App) used to be able to store articles offline is no longer available. The help page says only MacOS offline desktop app exists.
I have a laptop with a relatively old install of (Arch) Linux, with Chromium,…

Bastiaan Quast
- 2,802
- 1
- 24
- 50
0
votes
0 answers
Visual Basic Studio 2008 PocketPC: How to rotate screen ? (Landscape orientation)
I am trying to make a small app for HP IPaq 1940 Pocket PC running Windows Mobile 2003, nothing fancy, only a few buttons, and some textboxes. The thing is - I cannot set the app screen orientation to landscape in Visual Basic Studio 2008. I found…

user3237483
- 1
- 1
0
votes
0 answers
SslProtocols could not be found (are you missing a using directive or an assembly reference?)
Create project pocket use System 3.5.0.0 and add security protocol
Error: The type or namespace name 'SslProtocols' could not be found (are you missing a using directive or an assembly reference?)

Josue To
- 21
- 1
0
votes
1 answer
Python: Pocket API JSON retrieve results always in only on row. What is the solution?
I am trying since hours and a lot of search to get a dataframe from my Pocket API list retrieve.
But my code adds everything up in only one row finally, what is not what I want for sure.
I tried a lot but don't find the error.
My code looks like…

amarokWPcom
- 41
- 5
0
votes
1 answer
What is the most efficient method to synchronize my database and the data received from an API?
I'm storing user's data and articles using the Pocket API into a SQLite Database using Django Framework. How can I efficiently maintain consistency between the database and the data received from the API? I'm planning to update the database once…

Sugam Devare
- 86
- 7
0
votes
2 answers
How to get rid of Pocket in Firefox?
Unfortunately, Pocket is now "integrated" with Firefox, which means that it is not possible disable it in the Add-ons menu.
I find the icon in the address bar especially annoying, as it is essentially just an always-visible advertisement for that…

vog
- 23,517
- 11
- 59
- 75
0
votes
2 answers
Pocket API JSON parsing
I am trying to parse the JSON from the Pocket API to keep up with my bookmarks. The JSON recieved after a curl request looks like this:
"list": {
"1548784635": {
"item_id": "1548784635",
"resolved_id": "1548784635",
…

d313373d
- 17
- 5