Skip to content

Releases: sassembla/toriki

fixed: build problem with Unity 2020.3.x or later for iOS.

24 Jul 04:12
Compare
Choose a tag to compare

support iOS 13.x and later.

31 Mar 03:26
Compare
Choose a tag to compare
0.9.2

remove unnecessary log.

breaking changes. Init() and LogIn() are deprecated. and bug fix.

20 Feb 05:14
Compare
Choose a tag to compare

initialize method signature changed. (breaking change)

  • TwitterAPI.Init() and TwitterAPI.LogIn() are deprecated.
  • new API is TwitterAPI.InitWithLogin() is added.

bug fix

  • when changing scene after log-in, null reference error occurred. fixed.

iOS & Android supported.

18 Feb 18:23
Compare
Choose a tag to compare

added: iOS/Android SSO feature. getting the accessToken and the secret from Twitter app.