example url
This commit is contained in:
parent
85fc4ca5ca
commit
820059c95f
1 changed files with 3 additions and 0 deletions
3
web.py
3
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,
|
||||
|
|
Loading…
Reference in a new issue