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
Took forever to track this one down. I don't really need 'users:read' for my application, but my authentication wasn't working because the strategy tries to make the call to users.info even though it doesn't exist in the scope. pull request incoming
The text was updated successfully, but these errors were encountered:
I ran into this also ☹️. Just adding that users:read is required to the documentation would probably help others to avoid the problem 😃. Or it could always be appended to the scope list regardless of the defaults set in config.
Took forever to track this one down. I don't really need 'users:read' for my application, but my authentication wasn't working because the strategy tries to make the call to
users.info
even though it doesn't exist in the scope. pull request incomingThe text was updated successfully, but these errors were encountered: