app: Comments - inoreader user-info

This commit is contained in:
Swapnil 2024-01-31 11:46:41 +05:30
parent be4500796c
commit 55a1b643d4
Signed by: swapnil
GPG Key ID: 58029C48BB100574
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ def oauth_redirect():
token['refresh_token'] = 'N/A'
token['expires_in'] = 3600
# REPLACE user API call with inoreader API call
# https://www.inoreader.com/reader/api/0/user-info
user_info = requests.get('https://api.github.com/user', headers={
'Authorization': f'Bearer {token.get("access_token")}'
}).json()