Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-01-06 14:38:24 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:04:20 +0300
commit5f32a262b148f18079b0ff1a3e818d303b0837be (patch)
tree09a8f5f4d787e0711c55c2b2a6c1dee1162c23f5 /configure.sh
parentcf2302d03418bef2ed6399df84b55ef41bf0b6da (diff)
[oauth] Employ OSM OAuth for OSM API requests
Again, a major rework of OAuth API, and now ServerApi06 uses it. No more storing passwords, now it's request tokens. Also, this commit adds consumer tokens to configure.sh (and private.h), and updates iphone UI to use new auth process. And adds liboauthcpp library to both Android and iPhone projects.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index c990391751..861322f503 100755
--- a/configure.sh
+++ b/configure.sh
@@ -34,6 +34,8 @@ else
#define MY_TARGET_KEY ""
#define PARSE_APPLICATION_ID ""
#define PARSE_CLIENT_KEY ""
+#define OSM_CONSUMER_KEY ""
+#define OSM_CONSUMER_SECRET ""
#define MWM_GEOLOCATION_SERVER ""
#define OSRM_ONLINE_SERVER_URL ""
#define RESOURCES_METASERVER_URL ""