example url

This commit is contained in:
Lynne Megido 2018-11-04 22:19:38 +10:00
parent 85fc4ca5ca
commit 820059c95f
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

3
web.py
View File

@ -36,6 +36,9 @@ def internal_auth_a():
# scopes="write:statuses",
# website=cfg['website'])
#example URL:
#https://fedi.lynnesbian.space/oauth/authorize?scope=read:favourites&response_type=code&redirect_uri=https://t5.codesections.com&client_id=CLIENT_ID_HERE&client_secret=CLIENT_SECRET_HERE
client_info = {
"client_id": client_id,
"client_secret":client_secret,