Hello, I have been looking around for sample code that helps implementing login flows. Most of the examples give are starting after login flow. We have a requirement to implement non-interactive login flow where we are using stored username and password for obtaining request token and api secret. We are storing username and password securely so that it can not be seen. Also, Is there any lightweight API for REST request processing?
Hi @rajeshbadiye, We strongly recommend not to do this. It is mandatory by exchange that client has to login everyday manually at least once. "Please do not store client id and passwords". Login automation is strictly not allowed.
We strongly recommend not to do this. It is mandatory by exchange that client has to login everyday manually at least once. "Please do not store client id and passwords".
Login automation is strictly not allowed.