Does anyone have an elegant implementation example for OAuth2?
I am implementing OAuth2 for Dwolla using the bits and pieces I have found in this forum. The implementation works, somewhat, but is very fragile.
For example:
1) the InAppBrowser is a "oneway" street, if anything goes wrong, there is no way to go back.
2) the redirect uri works in the Test browser, but does not work on the actual device. It goes to Appery.io and asks for a login.
Please help!