Evonsys Threads Suite
Overview
1.Go to the Meta Developer portal website Meta for Developers (facebook.com)
2.There you can create a new account, or you can login with existing Facebook credentials.
3.After login click on My Apps and Create a new App.
4.After Creating App go to use cases and there you need to add scopes in permission section.
5.In settings you can add your redirect URI.
6.After adding redirect URI'S go to dashboard page. Click on App roles there you need to create test user.
7.Add an Instagram business account as test user.
8.After adding test user, you need to go to threads account and there you need to open settings page and click on accounts and you need open invites, click on accept invitation to test the API's.
9.Now go to dashboard page in developer portal. Open App Settings and choose basic option. There you can see Threads App ID(Client ID) and App Secret(Client Secret). Please Copy and save it. Now click on save changes.
10.Create an entity of name as Client configuration Threads with attributes of client ID, client secret. scopes, redirect URI, access token user id.
11. You need to get the Image upload and video upload constant values, For Image you can get value by creating an account https://api.imgbb.com/ and for video https://docs.api.video/ refer this websites.
12.Add the following pages to your navigation ConfigurationThreads_Overview and Threads Feeds pages. Enter Details In ConfigurationThreads_NewEditpage. we can able to see threads user id and access token in Overview page after generating access token successfully. Now you can use Threads API features.
Note:- In configuration new edit no need to give sandbox access token and threads user id when you are generating access token through sandbox. These are for local purpose only. Because of we cannot generate access token for threads in local environment.
Features:-1) You can get the Threads User Details.
2)Get All the Feeds from Threads.
3)You can post only Text posts.
4)you can post Single Image with text or without text.
5)you can post multiple images with text or without text.
6) you can post single video with text.
Known bugs
- For posting video the video API will not work for some videos properly. So when you are uploading video to post please make sure it met all limitations.
Note:- For More API's you can refer https://developers.facebook.com/docs/threads/posts
Documentation
Description:-
1.Go to the Meta Developer portal website Meta for Developers (facebook.com)
2.There you can create a new account, or you can login with existing Facebook credentials.
3.After login click on My Apps and Create a new App.
4.After Creating App go to use cases and there you need to add scopes in permission section.
5.In settings you can add your redirect URI.
6.After adding redirect URI'S go to dashboard page. Click on App roles there you need to create test user.
7.Add an Instagram business account as test user.
8.After adding test user, you need to go to threads account and there you need to open settings page and click on accounts and you need open invites, click on accept invitation to test the API's.
9.Now go to dashboard page in developer portal. Open App Settings and choose basic option. There you can see Threads App ID(Client ID) and App Secret(Client Secret). Please Copy and save it. Now click on save changes.
10.Create an entity of name as Client configuration Threads with attributes of client ID, client secret. scopes, redirect URI, access token user id.
11. You need to get the Image upload and video upload constant values, For Image you can get value by creating an account https://api.imgbb.com/ and for video https://docs.api.video/ refer this websites.
12.Add the following pages to your navigation ConfigurationThreads_Overview and Threads Feeds pages. Enter Details In ConfigurationThreads_NewEditpage. we can able to see threads user id and access token in Overview page after generating access token successfully. Now you can use Threads API features.
Note:- In configuration new edit no need to give sandbox access token and threads user id when you are generating access token through sandbox. These are for local purpose only. Because of we cannot generate access token for threads in local environment.
Features:-
Note:- For More API's you can refer https://developers.facebook.com/docs/threads/posts
Features and limitations
1) You can get the Threads User Details.
2)Get All the Feeds from Threads.
3)You can post only Text posts.
4)you can post Single Image with text or without text.
5)you can post multiple images with text or without text.
6) you can post single video with text.
Dependencies
-
Mendix modeler 10.11.0 and above.
Installation
-
Download the module from marketplace.
-
Download the community commons.
-
Download the Native file documents.
Known bugs
-
For posting video the video API will not work for some videos properly. So when you are uploading video to post please make sure it met all limitations.