@dummydost This only applies if you are distributing the apps to public. If it's your private setup, there are no issues.
Embedding API key in distributed apps is fine, but you should never hardcode the secret key. It'll be easy to peek inside your app (be it a mobile app or a desktop app), obtain the secret key, and gain full access to your API.
Embedding API key in distributed apps is fine, but you should never hardcode the secret key. It'll be easy to peek inside your app (be it a mobile app or a desktop app), obtain the secret key, and gain full access to your API.