I have been looking around trying to figure out how use the Twitter API to post status updates (tweets) to a user’s twitter account from my game. From what I found it seems very complex and not particularly Unity friendly, especially after the 1.1 update. I was able to find TweetSharp which seems to simplify the process but I can’t figure out how to integrate it into my unity project.
So my question is, does anyone know how to integrate TweetSharp or is there an alternative method for posting tweets? (preferably not a costly plugin)
Link to the tweetsharp repo:
https://github.com/danielcrenna/tweetsharp
Thanks so much.