Hi there. Please help me to get the access token.
I want to get a static access token which will not expire in hour (day, month). I will use it in the App which allows me to send only one HTTP request. So, I need static access token to include it the request one time and not to change it. Is it possble? If yes, which doc to learn?
Thanks and sorry for my bad english....
I tried to create access token for desktop app, but the next step was getting it with the request:
responce:
{
"error": "invalid_grant",
"error_description": "Bad Request"
}