Skip to content

Commit f8d3753

Browse files
Update threads.mdx
Fix typos and clarified a step based on Code Rabbit feebdack
1 parent 55fe2a2 commit f8d3753

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/providers/threads.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import {Steps, Callout} from "nextra/components";
77
import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
88

99
<Callout>
10-
This integration requires that you have setup a Facebook developer account already. You can start by going to the [Meta/Facebook Developer Portal](https://developers.facebook.com/apps).
10+
This integration requires that you have setup a Meta for Developers account already. You can start by going to the [Meta/Facebook Developer Portal](https://developers.facebook.com/apps).
1111

1212
This is a complex integration, and it may take some time to get it right. If you have any issues, please reach out to us on the Postiz Discord. This documentation is not fully complete, because at the time of writing the Threads API seems like it's having issues. This page was written to get something up to get you started.
1313
</Callout>
1414

1515
<Steps>
1616
### Create an app
1717

18-
Give your app a name and email.
18+
Go to Meta for Developers and [create a new app](https://developers.facebook.com/apps/creation/). Give your app a name and email.
1919

2020
![Create app](./threads_app_name.png)
2121

@@ -29,7 +29,7 @@ Select *Access the Threads API*.
2929

3030
![Add business details](./threads_business.png)
3131

32-
If you're unable to skip and move to the next step, and get a message saying "There are no business portfolios available to connect to this app", go to your [Meta Business Suite Settings](https://business.facebook.com/latest/settings/business_users) and make sure you've enabled Two-Factor Authentication (2FA) for your account.
32+
If you're unable to skip or move to the next step, and get a message saying "There are no business portfolios available to connect to this app", go to your [Meta Business Suite Settings](https://business.facebook.com/latest/settings/business_users) and make sure you've enabled Two-Factor Authentication (2FA) for your account.
3333

3434
### Finish creating the app
3535

@@ -73,7 +73,7 @@ You should not try to add a Threads account to Postiz at this time.
7373
### Allow the app on your threads account
7474

7575
* On threads.com, open your [account settings](https://www.threads.net/settings/account);
76-
* Open [Website permissions](https://www.threads.com/settings/website_permissions), and switch to the *Invitates* tab;
76+
* Open [Website permissions](https://www.threads.com/settings/website_permissions), and switch to the "Invites" tab;
7777
* If all has gone well, you should have a pending invite. Accept that invite.
7878

7979
![Threads invite](./threads_invite.png)

0 commit comments

Comments
 (0)