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 I try the example I get a HTTP 401 from yammer instead of the user profile. After reading through Yammers api documentation I discovered that they expect the Authorization header to be included in the request. If I set strategy._oauth2.useAuthorizationHeaderforGET(true), everything works fine.
Shouldn't that be set by default?
Regards
Jonas
The text was updated successfully, but these errors were encountered:
When I try the example I get a HTTP 401 from yammer instead of the user profile. After reading through Yammers api documentation I discovered that they expect the Authorization header to be included in the request. If I set strategy._oauth2.useAuthorizationHeaderforGET(true), everything works fine.
Shouldn't that be set by default?
Regards
Jonas
The text was updated successfully, but these errors were encountered: