public void TweetWithHashtagsAndImage() { UnityRoomTweet.TweetWithImage("unityroom-tweet-sample", "ツイートサンプルです。", "unityroom", "unity1week"); }
public void TweetWithHashtagAndImage() { UnityRoomTweet.TweetWithImage("cutandsquash", "ツイートサンプルです。", "unityroom"); }
public void TweetWithImage() { UnityRoomTweet.TweetWithImage("unityroom-tweet-sample", "ツイートサンプルです。"); }
public void TweetWithImage() { UnityRoomTweet.TweetWithImage("cutandsquash", "ツイートサンプルです。"); }