Twitter analytics data via Stream API using OAuth (access token)
问题 I want the twitter analytics data, some values like: retweets, *followers, demographics and geographic data. I have Access Tokens for multiple users, and I want to access their data of Twitter Analytics. I have checked this thread too: C# console application Streaming API 1.1 + Oauth but my scenario is different, I don't want the data for a single user only, I have multiple users with their access tokens. How can I accomplish this task? I have seen their Rest API, it's not possible from it.