** UPDATES**
Applied the changes from Nathalie and Justin at Microsoft for Twitter API 1.1
The most difficult part of accessing Twitter API is dealing with OAuth. This project shows you how to access Twitter APIs by supporting OAuth process. Now, you can easily get the "access token & secret" of a user's Twitter account.
"Let's Tweet" has implemented "POST statuses/update" API calls and allows direct tweeting right your game. Uses Unity's WWW class to support all native Unity platforms-- no .Net WebRequest class or other external web support classes which have compatibility issues.