Hello, Is there a way to avoid this screen while sharing screen + highscore in Unity using Twitter kit? Thank you!
Bump! Any Idea how can I Compose a Tweet in Unity without log in? Thanks This is what I’m trying to avoid:
if (session == null) { Twitter.LogIn(TwitterLoginComplete, TwitterLoginFailure); } else { TwitterLoginComplete(session); }
You are going to need a valid Session to Tweet