@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
Hello dear BAS support!
I'm new to this programm, but i have already watched 3 of the educational videos that BAS provides.
What i need to do is to create an autoposting bot to make post on Facebook in different groups. To be more precise, i have 100 groups and 25 accounts, i want 1 account (=1thread?) to make a post in 4 different groups and so all of that works separately. How do i do that correctly? Thank you in advance for you help!