Now we are building a system that uses Twitter API for:
- Get list retweets of a specified tweet.
- Send “reply” tweet which tag a specified account name.
- Send direct message.
The system will have many users’ account, each user can use all of the above features.
So for now, we’re thinking about this following way:
- Using developer account to create application (1 application for 1 user)
- Connecting user’s Twitter account to this application.
==> At that time the limit rates such as number of tweets, number of retweets, etc will be applied for each user (each application).
But we’re not sure about how will the limit rates of direct messages be? Is it 1000 DM per day for each application?
One more question, what is the limit number of applications for an developer account?
If each application (each user) uses the same features as mentioned above, does our way exceed the limitation policy?
Best regards,