Closed GoogleCodeExporter closed 9 years ago
Please Help!!! :)
Original comment by melbclic...@gmail.com
on 5 Apr 2013 at 1:47
From the Getting Started wiki page
(https://code.google.com/p/gwt-oauth2/wiki/GettingStarted)
"""
The redirect URL provided by the library is oauthWindow.html, and is hosted at
the base path of your GWT app. Remember to add this URL to your auth provider's
redirect URLs whitelist, otherwise you will only receive errors indicating "the
redirect URI does not match."
"""
So you need to add <your domain and path to GWT app>/oauthWindow.html to your
list of approved redirect URLs at the provider to avoid this error.
Original comment by jasonhall@google.com
on 5 Apr 2013 at 1:51
Original issue reported on code.google.com by
melbclic...@gmail.com
on 5 Apr 2013 at 12:23