Hello,
I am currently bulding a tool on Rails that uses those gems:
When the user sign in
Then I receive the tokens
and I post a message on his twitter
I am expressly asking his permission and consent, the user see the tweet before it is sent of course.
The app is only about this, so the user exactly knows that I will post the tweet on his account.
I am now in the development but I realized I could only post once a day.
So my questions are:
- Is there a development environment that I could use to post as much as I need to verify that my tool is working properly
- Is there anything I should know for sending a tweet on more than 3000 accounts at the same time? I read something that said that if I had a link in my tweet it could be a spam.
Thanks a lot in advance for your answers !
Alex