Posting to twitter using their REST api is documented here:
https://dev.twitter.com/rest/reference/post/statuses/update
I believe that `WWWForm` will work for you since it causes [WWW][1] to create a POST request.
[1]: http://docs.unity3d.com/ScriptReference/WWW-ctor.html
↧