LoginSignup
8
8

More than 5 years have passed since last update.

1行でTwitter投稿を実装する with Unity

Posted at

ネットでググるとiOSではobjc,androidではJavaとかでネイティブインテントを呼び出す解説などが見つかりますが、実はtwitterのWeb Intent URLを使うとその必要はないです。


Application.OpenURL("https://twitter.com/intent/tweet?text=hello&hashtags=way");

これを1行書くだけで、PCならブラウザが起動し、iOS, AndroidならTwitterアプリの投稿画面が起動します。注意が必要なのは、URLなので日本語文字などはWWW.EscapeURLなどをしてあげる必要があるという点です。

以上。

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8