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

[Feature] Add possibility to get player owned games #21

Open
greggameplayer opened this issue Sep 8, 2023 · 2 comments
Open

[Feature] Add possibility to get player owned games #21

greggameplayer opened this issue Sep 8, 2023 · 2 comments

Comments

@greggameplayer
Copy link

It would be cool to have the possibility to get player owned games by passing either an authentication portail or directly the username

@SD4RK
Copy link
Owner

SD4RK commented Sep 10, 2023

Hi,

So we can't get owned games by a user's nickname on the platform, as there is no such a request that gives that option. You can fetch the achievements of a user and try to extract games from there. But it's not allowed to do that to a non-friend user and achievements might be hidden, as well as they do not contain every game in user library.
Regarding getting the items of a current account, it is possible, but authorization in Epic Games is messy and requires a manual login in browser window/providing a captcha-solver to a login, which I don't really want to include in the library.

So until Epic Games decide to move away from captcha, that's not possible to do or would require a design of a library I would not like. I might do it in the future eventually, but I'm not sure.

@greggameplayer
Copy link
Author

greggameplayer commented Sep 11, 2023

@SD4RK Can you list the endpoints which we have to call to be able to retrieve player's games ?

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

2 participants