natrix
#1
What endpoint are you using?
/2/users/:id/tweets
What API version are you on?
v2
Are you using a library or SDK? Which one?
What is the issue?
In postman if I look up a timeline by ID it says 401: unauthorized
What is the error message?
{
“title”: “Unauthorized”,
“type”: “about:blank”,
“status”: 401,
“detail”: “Unauthorized”
}
When did it start?
Ever since I got an academic account.
What have you tried to troubleshoot?
I hare reset my tokens x3. I have googled the heck out of but there is not good tutorial or documentation. I’ve confirmed under authorization for this endpoint it has inherit from parent (and it’s oath 1.0).
When I try other endpoints this happens too, but not for user by username or recent search.