Skip to content
New issue

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

Can't Authenticate by Exchange Code #78

Open
mjwellhacks opened this issue Oct 16, 2021 · 2 comments
Open

Can't Authenticate by Exchange Code #78

mjwellhacks opened this issue Oct 16, 2021 · 2 comments

Comments

@mjwellhacks
Copy link

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.

@Firestormfan
Copy link

Authorization: bearer (Your Access token)
requests.get("https://account-public-service-prod.ol.epicgames.com/account/api/oauth/exchange", headers={"Authorization":"bearer youraccesstoken"}).json()

@Beat-YT
Copy link
Contributor

Beat-YT commented Jan 8, 2022

I create a postman colletion, check it out:

https://www.postman.com/beatyt-team/workspace/epicresearch/request/13294264-82783a33-3266-492b-8925-2283328200ea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants