Hello, right now the threads API always return an error for my app when I try to access any of the GET endpoints, for example
curl --location 'https://graph.threads.net/v1.0/me?access_token=MY_TOKEN
The error looks like this:
{
"error": {
"message": "An unknown error occurred",
"type": "THApiException",
"code": 1,
"fbtrace_id": "AFng8FXzbvPZTDsF7GIAhqx"
}
}
seems to work now