Dj-Corps / gwt-oauth2

Automatically exported from code.google.com/p/gwt-oauth2
Apache License 2.0
0 stars 0 forks source link

Extends Request to override toUrl (for example) #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We would like to reauthenticate to Facebook before each access token request.
That can be achieved using: 
https://developers.facebook.com/docs/authentication/reauthentication/

However, it's very difficult to extends Auth or Request in order to add this 
tag.

Original issue reported on code.google.com by i...@taykey.com on 4 Jun 2012 at 1:38

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I need this feature too. I want to get a "code" response_type instead of a 
"token" response-type in order to get a refresh token in the backend site of my 
GWT app. See https://developers.google.com/accounts/docs/OAuth2WebServer

I try yo override "toURL" method to do this but the Auth.URLCodex class is not 
visible in my code package. It would be great if the "token" parameter could be 
override by a method or something like that.

Thanks

Original comment by mima...@gmail.com on 16 Jul 2012 at 12:05