- Home /
OAuth for Twitter an Facebook connect
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?
I want a solution to add directly on Unity that works for both iOS and Android.
Cross Platform Native Plugins allows share via email, sms, whatsapp, FB, twitter on iOS and Android with single api interface.
But it won't support web.
Answer by Mortennobel · May 03, 2011 at 08:57 PM
Checkout this
http://dimerocker.com/dimerocker-arcade/
(I assume it is cross-platform)
http://u3d.as/content/young-wook-yang/let-s-tweet-in-unity/1Dq
http://u3d.as/content/social-play/face-book-net-integration/1tT
I haven't tested any of these though!
The Prime31 Plugins are iOS only. That doesn't help me.
Answer by aren372 · Feb 17, 2013 at 03:05 PM
UniShare just fit your requirement, it's a sharekit for unity3d, both iOS, Android support, include twitter, facebook, linkedin, etc. Check out here
Your answer
Follow this Question
Related Questions
Login to facebook, twitter, google with OAuth 2 Answers
API for posting to all social networks for all platforms 2 Answers
app delegate method is not calling after authentication 0 Answers
[iOS] Display the Activity Window to Share a Score 1 Answer
Facebook , Twitter Share Button for IOS and Android 3 Answers