hi
I need to Setup OAuth to be able to edit Map so that our Field sales guys can map the Retailer Locations using our Android App
I am not able to figure out if I should Use Oauth1 or Oauth2 for the Android App and What values of the parameters i should set up
I intend to use this methods to work with map data
OsmConnection osm = new OsmConnection(“https://api.openstreetmap.org/api/0.6/”, “blub”, null);
osm.makeRequest(“doesntMatter”, null, ApiResponseReader());
I am relatively new to Open Street Use on Android
Any Help will ne appreciated
Thanks
Girish
5 posts - 4 participants
Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/setting-up-my-new-android-app-with-oauth-on-open-street/6692