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

Accept EULA #99

Open
Revadike opened this issue Jun 9, 2021 · 1 comment
Open

Accept EULA #99

Revadike opened this issue Jun 9, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Revadike
Copy link
Owner

Revadike commented Jun 9, 2021

Current Behavior (if any)

Before claiming a free game on a new account, you get prompted to accept EULA.

Desired Behavior

Automate accepting the EULA.

Motivation / Use Case for Changing the Behavior

You currently can't deploy fresh account out-of-the-box.

@Revadike Revadike added the enhancement New feature or request label Jun 9, 2021
@Revadike
Copy link
Owner Author

Revadike commented Jun 9, 2021

Accept EULA graphql request:

POST https://www.epicgames.com/graphql

{"query":"mutation acceptEulaMutation($eulaId: String!, $accountId: String!, $version: Int!, $locale: String!) {\n  Eula {\n    acceptEula(\n      id: $eulaId\n      accountId: $accountId\n      locale: $locale\n      version: $version\n    ) {\n      key\n      accepted\n    }\n  }\n}\n","variables":{"eulaId":"egstore","locale":"en-US","version":3,"accountId":"xxx"}}

@Revadike Revadike mentioned this issue Jan 1, 2022
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant