From 820059c95f44b32b72233ae26681356dced4c63e Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 4 Nov 2018 22:19:38 +1000 Subject: [PATCH] example url --- web.py | 3 +++ 1 file changed, 3 insertions(+) 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,