I want to create C# Web API project to i.) get all the status tweets of userID (need help/guidance, as data could be large, so what are my options) ii.) store them to Azure DB (hoping, I can achieve this) iii.) get DB values and display JSON output (hoping, I can achieve this)
I am trying to achieve this by using Streaming API and LinqToTwitter but no luck.
a. StreamingType.Filter : It is not returning desired status object or returns null, if I use StreamingType.Filter , Track == userName and Follow == userID
b. StatusType.User : It returns object if I use StatusType. But I am not supposed to use StatusType.
Can I achieve this using Tweetinvi if not using LinqToTwitter. Please help me achieve this.
Thanks. Appreciate your time.