I'm creating a multi-platform (web, iOS and Android) game with Unity. This game may have the ability to post the user score to Twitter and Facebook. There's libs to that for iPhone and Android isolated, but I would like to know if there's any multi-platform integration for this process, maybe a way to do the OAuth authentication directly from an Unity component, with no external library.
Any ideas?