I\'m getting this error while trying to run my application...
The redirect URI in the request: http://localhost:8080/oauth2callback did not match a registere
In main.py file,
in the part where you create a wsgi application
under application = webapp.wsgiapplication(
application = webapp.wsgiapplication(
add a handler
(decorator.callback_path,decorator.callback_handler()),