scobiform
scobiform
It is now also depending on how old your account (the profile / client) is. It is a Twitter rate limit to prevent spam.
Did you apply for Elevated access?
Yes, it is - thx for posting. Was researching this and an uncaught AuthException right now.
Caught it now ` IOException: System.IO.IOException: The response ended prematurely. at Tweetinvi.Streams.StreamTask.RunStreamAsync() at Tweetinvi.Streams.StreamTask.StartAsync() at Tweetinvi.Streams.Helpers.StreamResultGenerator.StartAsync(Func`2 onJsonReceivedCallback, Func`1 createTwitterRequest) at Tweetinvi.Streams.Helpers.StreamResultGenerator.StartAsync(Action`1 onJsonReceivedCallback, Func`1 createTwitterRequest) at Tweetinvi.Streams.FilteredStream.StartMatchingAnyConditionAsync() ` will look for...
You should also be able to catch it with. EndOfStreamException Then stop and restart the Stream.
twitter.com/user/status/tweetid gives you the original tweet url. Where is the problem?
For usernames use AddFollow. Use AddTrack for text. Response code 403 is Forbidden. https://developer.twitter.com/en/support/twitter-api/error-troubleshooting
CSS styling needs a bigger space here. But very nice GUI.
> It seems v1.1 streams are now deprecated. So you will have to migrate to v2. https://twittercommunity.com/t/announcing-the-deprecation-of-v1-1-statuses-filter-endpoint/182960 Oh damn. Thanks for the hint.