
Brian Batchelor • over 7 years ago
Providing method to enter "Client ID" and "Client Secret"
Do we I need to provide a method for user to enter their "Client ID" and "Client Secret"?
Comments are closed.
Brian Batchelor • over 7 years ago
Do we I need to provide a method for user to enter their "Client ID" and "Client Secret"?
Comments are closed.
2 comments
Brian Batchelor • over 7 years ago
Will a properties file method work and be secure with an Android app that only provides an APK?
Nilesh Darade • over 7 years ago
Hi Brian, right now we do not have "Client ID" and "Client Secret" for User.
To call API for users we have to get token for the user and use as developerID in the subsequent calls. (Remember for all API's we have to use Admin token)
Basically API Post: https://api.knurld.io/v1/consumers/token
returned token as the Developer_id in the HTTP header in subsequent API calls made on behalf of this specific consumer. The parameter should be formatted with the “Bearer: ” prefix, See Appendix 2 for more information.
More info is here: https://developer.knurld.io/developer-guide