Topic: login automatically from my server
which it is the process that must follow in order to login automatically from my server and I should run some batch processes without any user intervention
which it is the process that must follow in order to login automatically from my server and I should run some batch processes without any user intervention
arenasx
Do you want to create a link to directly login to your monitoring site without having to enter username & password?
Or are you asking about authorization in a custom app that works based on Wialon SDK?
Sorry my question is about a custom app that works based on Wialon SDK.
It is a process that will retrieve hourly data using API.
Thank you very much.
Ok then you can generate an unlimited token and use it for authorization in the app/script
https://sdk.wialon.com/wiki/en/sidebar/ … oken/login
Here you can find the detailed information on how to generate tokens via oauth form. Parameter named "duration" (when set to 0) makes token unlimited. Just use such token at least 1 time in 100 days to keep it alive
https://sdk.wialon.com/wiki/en/sidebar/ … ogin/login