I’ve been updating Microsoft’s UWP Community Toolkit implementation of Twitter - it basically provides a bunch of types and methods for interacting with Twitter’s APIs.
For some reason, I’m getting a very sporadic error on the “withheld_in_countries” value that is sometimes present on the user object of a tweet. The problem is, it’s so sporadic that I can’t get it to repro consistently in order to troubleshoot what I’m doing wrong.
I’m serializing this value into a string, which is what the API documentation states is being returned. Should i be using something else?