cabe56 / bookmarks

Analyse list of bookmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authorize app to read user's Pocket items

cabe56 opened this issue · comments

Check out pocket_connect.py. Need to remove 'manual' step by redirecting user to pocket url and adding a redirect_uri to bring him back to our app.

  • Create route to receive user after pocket authorization (redirect_uri)
  • Send user to pocket url
  • Pass redirect uri to pocket request
  • Create user model (name, email, tokens required to access pocket data, etc)
  • Store access token in User model