Sorry i am still learning English and the documentation is a little bit difficult for me.
Message from the Body:
b'{"error":"Unauthorized","status":401,"message":"Missing User OAUTH Token"}
What i understand now from the documentation is, i need to create an app token, what i did.
Now i need to authorize my user and get a token for him too, right?
A few days ago i tried to authorize my user, but the website redirected me to a localhost and there was no code.
Then i tried it with Postman, but got always error messages back that something was missing.
I don’t know if’s important for you to help me, my application is written in python and it’s only a console application.