shapecode / fut-api

Manage your FIFA Ultimate Team with this FIFA 20 WebApp API PHP framework
44 stars 20 forks source link

FIFA 21 #18

Open artdive opened 4 years ago

artdive commented 4 years ago

Hello! Thanks for your hard work. Are there any plans to adapt for FIFA 21?

nicklog commented 4 years ago

Hey, thanks for your intereset. At the moment i haven't any plans to upgrade but you could contribute if you want. In this case i would support you :)

tmac14 commented 4 years ago

Im trying to login in FIFA 21 and debug that login (AbstractCore.php) but I get fragment NULL. When I set the valid credentials and verification code, I get two different errors: "You provide an invalid backup code" and "Account failed to auth". I'm really interested to upgrade this api, how can contact with you?

alexmarinica97 commented 4 years ago

I also encountered the same problem as @tmac14, I am interested in adapting to the next version. My theory is that something has changed in https://www.easports.com/fifa/ultimate-team/web-app/config/config.json. This url is probably different on the new web app version. I tried to set access_token manually but I got access denied when I tried to make the request for 'persona'. Thank you for your hard work.

kaurikk commented 4 years ago

Some of the URL have changed, some orders have changed and some of the variables values what needs to be sent have changed. I think i got login almost working but it seems that they have added some new variable what needs to be sent with the final auth request but i have no idea how to generate that.

Added my initial PR #19

tmac14 commented 4 years ago

Can you log-in with these changes in your PR ?

kaurikk commented 4 years ago

No, there is one piece missing right now.

tmac14 commented 4 years ago

How can we in touch, do you have IRC, discord, slack?

xsdbool commented 3 years ago

I've forked this already at the start of Fifa 21. My Version is working although everytime u login it sends a new security code. I haven't had time or motivation to debug further.

nicklog commented 3 years ago

@xsdbool Then i would suggest to do a PR. Perhaps some other of these guys here can help so that everyone can use it :)

PashaSpitsyn commented 3 years ago

I've forked this already at the start of Fifa 21. My Version is working although everytime u login it sends a new security code. I haven't had time or motivation to debug further.

Hi, I have an offer to you about your api version If you are interested in, please contact me (skype: live:f1dee287135979ff)

HumidTexas commented 3 years ago

I've forked this already at the start of Fifa 21. My Version is working although everytime u login it sends a new security code. I haven't had time or motivation to debug further.

Hey guys I want to help! Where can I find what is missing at the moment? How can I test the composer library locally?