部分服务中断share-external
I can't get an access token from Threads API.
1

I want to login using Threads API. I have read the documentation and implemented it, but I get the following error. The invitation has not been received anywhere.

 
{"error_message": "Invalid Request: The user has not accepted the invite to test the app", "error_code":1349245} 

How do I resolve this? The callback URL is from ngrok.

Ref: https://developers.facebook.com/docs/threads/get-started/get-access-tokens-and-permissions

API #Threads

Tadamasa Kimura
提问时间: 约 3 个月前
已选回答
1

Resolved. It appears that the error occurs if you do not add a Threads account to the test user. The above error occurs with only Facebook users.

8月14日 00:11
Tadamasa Kimura