pebble-hn
pebble-hn copied to clipboard
Read later support
http://getpocket.com/developer/docs/v3/add
http://www.instapaper.com/api/simple
We have to discuss about the implementation in the Configuration and whether it'd be useful to add a ActionLayer.
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:
- Show an ActionLayer and listen for select/long up/long down
- Use the select button to show/hide the ActionLayer. This minimizes the clutter with we can use only up/down buttons
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
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.