diff --git a/web.py b/web.py index ef7c695..802e7ee 100755 --- a/web.py +++ b/web.py @@ -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,