pebble-hn icon indicating copy to clipboard operation
pebble-hn copied to clipboard

Read later support

Open luisivan opened this issue 11 years ago • 4 comments

http://getpocket.com/developer/docs/v3/add

http://www.instapaper.com/api/simple

luisivan avatar Nov 24 '13 15:11 luisivan

We have to discuss about the implementation in the Configuration and whether it'd be useful to add a ActionLayer.

izqui avatar Nov 24 '13 16:11 izqui

The configuration part is pretty simple, but we gotta implement a simple backend that does some OAuth stuff (I think Instapaper is the only one that doesn't use OAuth). IMHO we have two options:

  1. Show an ActionLayer and listen for select/long up/long down
  2. Use the select button to show/hide the ActionLayer. This minimizes the clutter with we can use only up/down buttons

luisivan avatar Nov 24 '13 17:11 luisivan

In the Oauth matter, I think we should do everything client side (it's not that difficult and I've already built an oauth 1.0 library).

I'm in for option 2. The action bar could be: Tweet #2 , Read Later and Upvote #4

izqui avatar Nov 24 '13 17:11 izqui

Cool, although I think we're gonna need OAuth 2.

I think tweet and upvote shoud be up and read later should be down. It's more probable you want to vote up a post if you tweet it and viceversa.

luisivan avatar Nov 24 '13 17:11 luisivan