-
-
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. Did you verify this by debugging the website? There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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. |
||
], | ||
'headers' => $headers, | ||
'on_stats' => static function (TransferStats $stats) use (&$url) : void { | ||
|
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? change
use FShapecode\FUT\Client\Api\Core;
touse Shapecode\FUT\Client\Api\Core;