Threads app: redirect_uri and authorization fails
1

I'm trying to create a simple app that will post text and text/images to Threads; I'm using the resources on these websites: https://developers.facebook.com/docs/threads/get-started/get-access-tokens-and-permissions/ and https://blog.disane.dev/en/threads-api-is-here/ and there is good overlap between them. Most of the procedures seem quite straightforward.

In App Settings->Basic, I've put a link to my privacy policy on my website and uploaded an icon but touched nothing else, (including namespace) on the basics or advanced pages

In Use cases->Customize I've put callbacks in the relevant locations.

I'm trying to gain an authorisation code using the following URL: ( I've removed the client ID below and have denoted my website by xxxx )

https://threads.net/oauth/authorize?client_id=...&redirect_uri=https://www.xxxx.com/threadscallback/index.php&scope=threads_basic,threads_content_publish&response_type=code

However, when I run this, I get redirected to my threads account but I get no authorisation prompt or code value returned. I have tried various combinations of the Redirect Callback URL both in the Use cases and in the call to threads.net above -

https://www.xxxx.com/threadscallback/index.php https://www.xxxx.com/threadscallback/ https://www.xxxx.com/threadscallback

None of them work. I haven't submitted my app for review as I cannot find a way to do this. I don't have anything listed in "required actions" and I'm not a "tech provider" or run a business so I'm pretty sure that I don't need to have a Meta review.

Paul
Posée il y a environ 3 mois
Paul

A small breakthrough, but it doesn't help much. Now when I run the authorize url I get the following: {"error_message":"Invalid Request: The user has not accepted the invite to test the app","error_code":1349245} But the user (me) hasn't received any invite!

25 juillet, 14:21
Réponse sélectionnée
1

@Paul Any update? I encountered the same error.

13 août, 00:16
Tadamasa Kimura
Denys

are you fixed this ?

11 septembre, 16:04
1

I encountered the same error.

8 octobre, 18:55
Fanqiang Meng
1

I am also encountering the same error. I also tried to set the redirect url, but it is not allowing me to save the form. Bad. https://developers.facebook.com/community/threads/1074314380907557/?post_id=1074314384240890

13 octobre, 02:08
Akhilesh