i cloned a spfx project from https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/samples/react-yammer-api and it basicaly search for a name of the user in yammer and return some informations about it. I was able to execute and query yammer rest api just fine, but then i went to my yammer user profile settings and i revoke the access to the application that i registered.
And now i cannot get the users using the rest api anymore. Always that i make a request its return 401 error.
