Threads API always return an error
4

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"
    }
}
Igor
질문함 약 3개월 전
Igor

seems to work now

7월 18일 오후 9:36