forked from Archives/Athou_commafeed
added additional request infos in prevision of google sign in
This commit is contained in:
@@ -18,7 +18,7 @@ public class GoogleImportRedirectPage extends WebPage {
|
||||
private static Logger log = Logger
|
||||
.getLogger(GoogleImportRedirectPage.class);
|
||||
|
||||
private static final String SCOPE = "https://www.google.com/reader/subscriptions/export";
|
||||
private static final String SCOPE = "https://www.google.com/reader/subscriptions/export email profile";
|
||||
private static final String AUTH_URL = "https://accounts.google.com/o/oauth2/auth";
|
||||
|
||||
@Inject
|
||||
|
||||
Reference in New Issue
Block a user