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

Update readme, fix rare bug #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adamgiesinger
Copy link

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

@@ -131,7 +131,7 @@ public function login(?string $code = null) : array
'release_type' => 'prod',
'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