Hi there,
After using this awesome library for a few days, I've just realized that I don't know how to handle the case in which a user decides not to authorize my app. I would like to display some sort of message and then offer them a chance to retry from my desktop application.
I put a breakpoint at my IppOAuthResultEvent handler. But that only gets fired if the user authorizes the app. Is there some other event that gets fired when they deny authorization? I'm still fairly new to the .NET world and wasn't able to figure if you had that built in or not.
Thanks so much!