Giter VIP home page Giter VIP logo

Comments (7)

2ir avatar 2ir commented on May 28, 2024

Request

URL Method
https://avatar-service-prod.identity.live.on.epicgames.com/v1/avatar/fortnite/ids?accountIds={account_id} GET

from epicresearch.

A1Josh0 avatar A1Josh0 commented on May 28, 2024

Hi, will this get the current skins so the skin the player is wearing currently because i used this and it displayed a skin i wasnt wearing

from epicresearch.

Fynnstw avatar Fynnstw commented on May 28, 2024

I want to program a discord bot that has the same functionality and the bot should find out the epic id and the other platform names. Do you have a code for me?

from epicresearch.

abdouchamkha avatar abdouchamkha commented on May 28, 2024

Hi, will this get the current skins so the skin the player is wearing currently because i used this and it displayed a skin i wasnt wearing

How you can get the account id for the user you wnat to check his avatar or skin are you using any type of auth ?, if yes what is it , and mybe that need the user to be authenticated

from epicresearch.

HyperionCSharp avatar HyperionCSharp commented on May 28, 2024

The user most of the time will always have to be authenticated through EOS to have access to those abilities. You could use permission sets and try to pass the correct perms to access READ abilities without connecting to EOS directly.

This would use the OAuth2.0 API. I have a way to use the deprecated grant type password. The grant type has permissions for READ/WRITE/CREATE. Just simply passing the email:pass of the users account in return an access token is passed for all use on EOS including Athena profile endpoints which are needed to check skins on the target account.

Hope this helps this section a little!!

from epicresearch.

Im2rnado avatar Im2rnado commented on May 28, 2024

What is the “way” to use the grant type password?

from epicresearch.

HyperionCSharp avatar HyperionCSharp commented on May 28, 2024

I am making a full checker on my page (not advertisement).

Since Epic banned its use on me public clients that means that private clients still have the same permissions for WRITE abilities.

Accessing private clients means having a dev API key which I was lucky to have an app that is trusted on the epic dev portal and can utilize these permissions with lower request rates and it's get timed out every 250 checks.

I know that if you play with CTFortniteGameClient you can make it work but it times out like a b**** and is practically not usable.

The other way would be going directly through the heart of the login and getting past hcaptcha. But risks are high for detection and patching.

from epicresearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.