diff --git a/README.md b/README.md index a808c9a41..3f78740c0 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Give it a minute and Android Studio will configure the projects and download the Sign up for an account with [OpenStreetMap](https://openstreetmap.org) and log in. -Click on 'oauth settings' +Click on 'My Settings', then 'OAuth2 Applications' Click on 'Register your application' @@ -108,8 +108,9 @@ Fill in the form with these details ![Oauth settings](assets/osm_oauth_settings.png) -After registering the application, you will receive a 'Consumer Key' and a 'Consumer Secret'. -Place the keys in OSMJob.java and OpenStreetMapManager.java. +After registering the application, you will receive a Client ID. +Place the keys in OpenStreetMapManager#getOpenStreetMapClientID(). +If you used your own custom scheme, replace the value in AndroidManifest.xml and OpenStreetMapManager#getOpenStreetMapRedirect() ### Dropbox Setup (Optional) diff --git a/assets/osm_oauth_settings.png b/assets/osm_oauth_settings.png index af1b1afda..4446f7d7a 100644 Binary files a/assets/osm_oauth_settings.png and b/assets/osm_oauth_settings.png differ