You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When consuming this package, I am explicitly setting the yahoo access/refresh tokens instead of using the auth callbacks.
All collections for private leagues are working, however when I try to request the current users games/leagues it returns unauthorized. Im confused as to why this would be the case given the access token works for other private resources. I've looked through the service code and cannot see any differences in terms of auth when explicity calling setAccessToken() and setRefreshToken() vs the auth callback/redirect functions. Thoughts?
The text was updated successfully, but these errors were encountered:
When consuming this package, I am explicitly setting the yahoo access/refresh tokens instead of using the auth callbacks.
All collections for private leagues are working, however when I try to request the current users games/leagues it returns unauthorized. Im confused as to why this would be the case given the access token works for other private resources. I've looked through the service code and cannot see any differences in terms of auth when explicity calling setAccessToken() and setRefreshToken() vs the auth callback/redirect functions. Thoughts?
The text was updated successfully, but these errors were encountered: