I'm trying to access Tweeter API v2 to get the sampled stream. I created an app in the dev portal and have the:
- API Key
- API Key Secret
- Bearer Token
- Access Token
- Access Token Secret
The samples code that Tweeter provides work fine with just a bearer token. However, they don't provide C# example code. LINQ to Twitter and Tweetinvi seem like popular libraries for accessing the Tweeter functionality, however, I can't find an example of using them with only the bearer token. How would one do that?