From 1ee5b70d945aafa4e85c2f8280508f7438d3208c Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Fri, 3 May 2013 13:30:35 +0200 Subject: [PATCH] Generic values for Oauth 2 configuration --- res/values/oauth2_configuration.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/values/oauth2_configuration.xml b/res/values/oauth2_configuration.xml index e56f225a..5fbef7c3 100644 --- a/res/values/oauth2_configuration.xml +++ b/res/values/oauth2_configuration.xml @@ -10,13 +10,13 @@ owncloud://callback - http://owncloud.tuxed.net/oauth/php-oauth/authorize.php - http://owncloud.tuxed.net/oauth/php-oauth/token.php + http://oauth2.authorization.server.org/paht/to/endpoint/for/authorization + http://oauth2.authorization.server.org/paht/to/endporint/for/access/token owncloud authorization_code code - + com.owncloud.android -- 2.11.0