Represents a Threads account backed by an Instagram account.
You cannot log into Instagram-backed Threads accounts to manage posts.
| Type | Description |
|---|---|
|
If the app user was granted a role via the Business Manager on the Page connected to your app user's Instagram professional account, your app will also need one of: | |
A Facebook User access token. |
GET /{ig-user-id}/instagram_backed_threads_user
You can make an API request to get the Instagram-backed Threads account ID.
curl -G \
-d "access_token=<ACCESS_TOKEN>"\
-d "fields=threads_user_id" \
"https://graph.facebook.com/v25.0/<IG_USER_ID>/instagram_backed_threads_user"
{
"data": [
{
"threads_user_id": "<THREADS_USER_ID>",
}
],
}
POST /{ig-user-id}/instagram_backed_threads_user
You can make an API call to create an Instagram-backed Threads account specifically for running ads on Threads.
curl \
-F "access_token=<ACCESS_TOKEN>"\
"https://graph.facebook.com/v25.0/<IG_USER_ID>/instagram_backed_threads_user"
{
"data": [
{
"threads_user_id": "<THREADS_USER_ID>",
}
],
}
This operation is not supported.
This operation is not supported.