Pocket¶
Backend class¶
For Django, add this class path to AUTHENTICATION_BACKENDS. For other
integrations, use the same class path in the framework-specific backend
setting.
Backend name |
Class path |
|---|---|
|
|
Pocket uses a weird variant of OAuth v2 that only defines a consumer key.
Register a new application at the Pocket API, and
fill
consumer keyvalue in the settings:SOCIAL_AUTH_POCKET_KEY = ''