Fantasy Sports API Permission Missing for New OAuth App Question
I’m creating a new OAuth 2.0 application to use the Yahoo Fantasy Sports API with read-only access.
In the Yahoo Developer app settings, the API Permissions section only offers OpenID Connect permissions. There is no option for Fantasy Sports Read or Read/Write access.
OAuth itself is working correctly. My application successfully receives an authorization code, access token, and refresh token. However, when I call the Yahoo Fantasy Sports API, I receive:
401 Unauthorized
oauth_problem="additional_authorization_required"
The Yahoo Fantasy Sports documentation says new applications should be able to select Fantasy Sports Read or Read/Write access during app registration, but that option does not appear in the current developer portal.
How can I enable Fantasy Sports Read access for a newly created application?