Hello,
I want to develop a web application that uses the Twitter API. Before going any further there are some questions that require answer:
- Should I store on my server the list of followers/following or should I query the API each time?
- Same as 1 but for tweets instead of people.
- If I store messages in my application, search should be performed on the local database or using the API?
Mostly sure unimportant details: ASP.NET (MVC?) and MSSQL will be used.