FixTweet
FixTweet copied to clipboard
Feature: api flag to return raw twitter api response
It'd be very helpful if you could do ?raw=true when calling the API and receive the unprocessed tweet object
One issue with this is that we interact using the graphql API, not the standard twitter api, so even if we did add that, it wouldn't work exactly like you think it might.
Graphql response works for me. I think it's fairly stable.