MixV2 / EpicResearch

Research about Epic Games' non-documented API
350 stars 84 forks source link

Is this approach usable for other epic games? #21

Closed barnard09 closed 3 years ago

barnard09 commented 3 years ago

Hey, I'm trying to find a way to query servers and their player's info on another game on ark survival which utilises the Epic Online Services. Is it possible using this approach, and could you advise on how to find the client ID / secret? Thanks

MixV2 commented 3 years ago

Hello! Are you sure Ark uses EOS to find information about player's game and they don't have their own custom way of doing that? If you want to find the client ID + secret of ARK's auth client, you can use Fiddler and inspect the headers for the HTTP request sent to get an access token.

barnard09 commented 3 years ago

Hey thanks I'll try that, yeah I'm trying to find the player's that are on a server and their ID.