We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to authenticate by exchange code. I don't know how to make the authentication header and I am not sure what needs to be in it.
The text was updated successfully, but these errors were encountered:
Authorization: bearer (Your Access token) requests.get("https://account-public-service-prod.ol.epicgames.com/account/api/oauth/exchange", headers={"Authorization":"bearer youraccesstoken"}).json()
requests.get("https://account-public-service-prod.ol.epicgames.com/account/api/oauth/exchange", headers={"Authorization":"bearer youraccesstoken"}).json()
Sorry, something went wrong.
I create a postman colletion, check it out:
https://www.postman.com/beatyt-team/workspace/epicresearch/request/13294264-82783a33-3266-492b-8925-2283328200ea
No branches or pull requests
I am trying to authenticate by exchange code. I don't know how to make the authentication header and I am not sure what needs to be in it.
The text was updated successfully, but these errors were encountered: