Skip to content

Conversation

adamgiesinger
Copy link

  • Fixed a bug that sometimes prevented the user from authenticating
  • Updated the README to match FIFA 20 parameters

'redirect_uri' => 'https://www.easports.com/fifa/ultimate-team/web-app/auth.html',
// 'redirect_uri' => 'nucleus:rest',
'scope' => 'basic.identity offline signin basic.entitlement',
//'scope' => 'basic.identity offline signin basic.entitlement',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you verify this by debugging the website?
At my last check this field was required.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't debug the website but this resolved the issues I had on my MacBook while not breaking anything on my PC. Let me know if this doesn't work for you!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would appreciate it if you would check this in the Chrome or Firefox debugger. Thank you very much.

use FUTApi\Api\Authentication\Account;
use FUTApi\Api\Authentication\Credentials;
use FUTApi\Api\Authentication\Session;
use FShapecode\FUT\Client\Api\Core;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't this a typo? changeuse FShapecode\FUT\Client\Api\Core; to use Shapecode\FUT\Client\Api\Core;

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

Successfully merging this pull request may close these issues.

3 participants