I want to post to groups in quick succession, but take a break between every 10 or 12 posts to prevent fb from blocking me. Can I use the sleep module to do this?
How do I set this up?
Thanks.I want to post to groups in quick succession, but take a break between every 10 or 12 posts to prevent fb from blocking me. Can I use the sleep module to do this?
How do I set this up?
Thanks.Thanks, but what do you mean if the post number is only 1 in each run?
It seems from your answer that the Sleeep module is for between tasks, not between posts. Is this correct?
For instance, I have a task that post once only to 100 different groups. Can I only sleep at the end of this task, or can I sleep in between the different posts in this one task as well?
Sleep module is to pause a while once it finished one module. Task will run from the first module to the end.
Please set the interval time if the post number in Post to group module is not 1. If the post to group number you set is 1, then you can add a Sleep in the end of the task.