-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
base: master
Are you sure you want to change the base?
Conversation
adamgiesinger
commented
Jan 24, 2020
- 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', |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
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;