부분 중단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일 오전 12:11
Tadamasa Kimura