You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/providers/threads.mdx
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
9
9
<Callout>
10
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).
11
11
12
-
This is a very 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 yet complete sadly, 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.
12
+
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.
13
13
</Callout>
14
14
15
15
<Steps>
@@ -48,7 +48,7 @@ Add the "threads_content_publish" and "threads_basic" (automatically selected) t
48
48
49
49
### Set threads API settings
50
50
51
-
* Copy your "Threads App ID", and set the postiz environment variables `THREADS_APP_ID` to this value.
51
+
*Click the "Settings" tab. Copy your "Threads App ID", and set the postiz environment variables `THREADS_APP_ID` to this value.
52
52
* Click the "Show" button next to the Threads App Secret, and set the postiz environment variable `THREADS_APP_SECRET` to this value. Note that the next box is quite small, make sure you scroll across the copy the full value. It should be 32 characters long.
53
53
54
54
<OAuth2Redirectprovider="threads" />
@@ -58,7 +58,7 @@ Add the "threads_content_publish" and "threads_basic" (automatically selected) t
58
58
59
59

60
60
61
-
On the dashboard view of the Facebook developers portal, make sure you click through the setup wizard to finish the step "Yes I am finished creating the app" to complete the setup. The AP may not work until you've done this.
61
+
Go back to the 'Dashboard' view of the Facebook developers portal, click "Finish customization" sure you click through the setup wizard to finish the step "Yes I'm finished" to complete the setup. The AP may not work until you've done this. Ignore "Test use cases" for now as it will not work until you have created a test user (see later).
62
62
63
63
### Restart Postiz
64
64
@@ -88,13 +88,12 @@ You should not try to add a Threads account to Postiz at this time.
88
88
89
89

90
90
91
-
* In the right sidebar, under *Access Token*, click *Generate Threads Access Token*. This will open a new window where you can select the Threads account you want to test with - it should be an account that accepted the earlier invite.
91
+
* In the right sidebar, under *Access Token*, click *Generate Threads Access Token*. This will open a new window where you can select the Threads account you want to test with - it should be an account that accepted the earlier invite. If everything has worked successfully you should be provided with a very long alphanumeric access token - you do not need to do anything with this, but it proves things are working correctly.
92
92
93
93
### ...Good luck!
94
94
95
-
This documentation is not yet complete sadly, 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.
95
+
At this stage things should be working correctly, try a test post from Postiz to confirm.
96
96
97
-
This is a very 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.
97
+
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.
0 commit comments