I'm developing a web app that is using oauth 2 and it works fine when the URIs match as you say. My problem is that I'll need this web app to run when installed at multiple client sites. So the URI will always be different. Is there anyway to not use the URI redirect in the key or any other work around to this. I'd rather not create an api key for every client that runs this application. -Paul
... View more