I'm trying to post tweets from my asp.net application using twitterizer2. When I tweet in english, it works. But when I try to tweet in arabic, it returns unauthenticated error.
What is the problem?
Twitterizer's implementation of OAuth (the security mechanism used by Twitter) doesn't fully support non-English characters. It's a known issue with the Twitterizer library.