Skip to content

Commit

Permalink
fix(version):
Browse files Browse the repository at this point in the history
  • Loading branch information
MerleLiuKun committed Nov 2, 2021
1 parent a423db3 commit 1c08341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions get_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from requests_oauthlib import OAuth2Session
from requests_oauthlib.compliance_fixes import facebook_compliance_fix

DEFAULT_GRAPH_URL = 'https://graph.facebook.com/v4.0/'
DEFAULT_OAUTH_URL = 'https://www.facebook.com/v4.0/dialog/oauth'
DEFAULT_TOKEN_URL = 'https://graph.facebook.com/v4.0/oauth/access_token'
DEFAULT_GRAPH_URL = 'https://graph.facebook.com/'
DEFAULT_OAUTH_URL = 'https://www.facebook.com/dialog/oauth'
DEFAULT_TOKEN_URL = 'https://graph.facebook.com/oauth/access_token'
DEFAULT_REDIRECT_URL = 'https://localhost:5000/'


Expand Down

0 comments on commit 1c08341

Please sign in to comment.