Can I use my existing app for accessing the Thread API?
1

We have a business verified app to use the graph APIs for sharing posts to Facebook pages.

The documentation here https://developers.facebook.com/docs/threads/get-started says that we need to create an app with the Threads use case. Is there a way to add the threads use case to the exiting app so we don't have to maintain different apps for interacting with Meta products?

Siddarthan
提问时间: 约 3 个月前
已选回答
3

As far as I understood and based on some tests I've done, you MUST create a new app.

6月19日 09:15
Dorian
已选回答
1

Hello, did you experience this issue when having the OAUTH flow:

No application data was given: There was a problem getting data for an application. The application may not be valid or there is a temporary glitch. Please try again later.

I am currently experiencing this and having troubles to continue.

6月21日 14:42
Cvetan
Hasibul

Me too, I even create another app one with verified business portfolio and another with no business portfolio both give same result like following:

{
  "error_message": "No application data was given: There was a problem getting data for an application. The application may not be valid or there is a temporary glitch. Please try again later.",
  "error_code": 1349026
}
9月10日 02:19
Cvetan

You need to search for the separate threads_app_id and threads_app_secret they are below the normal FB ones.

At least this has fixed my problem.

9月10日 04:57