/usr/share/doc/python3-social-auth/backends/foursquare.txt is in python3-social-auth 0.2.13-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | Foursquare
**********
Foursquare uses OAuth2. In order to enable the backend follow:
* Register an application at Foursquare Developers Portal, set the
"Redirect URI" to "http://<your hostname>/complete/foursquare/"
* Fill in the **Client Id** and **Client Secret** values in your
settings:
SOCIAL_AUTH_FOURSQUARE_KEY = ''
SOCIAL_AUTH_FOURSQUARE_SECRET = ''
|