You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ended up hooking both MatchingTweetReceived and JsonObjectReceived to get the "raw" JSON of the streamed tweet. Is this currently the best way to get the JSON in addition to leveraging the goodness of MatchingTweetReceived?
The text was updated successfully, but these errors were encountered:
Unfortunately, this is currently the only way to do such operation. It has been requested multiple times but this won't be available before version 1.1.
I see there is a work item for this. I wonder if it is still "alive."
https://tweetinvi.codeplex.com/workitem/2341
I ended up hooking both
MatchingTweetReceived
andJsonObjectReceived
to get the "raw" JSON of the streamed tweet. Is this currently the best way to get the JSON in addition to leveraging the goodness of MatchingTweetReceived?The text was updated successfully, but these errors were encountered: