Chủ Nhật, 26 tháng 7, 2015

Unity share FB, TWiter

string facebookshare = "https://www.facebook.com/sharer/sharer.php?u=" + Uri.EscapeUriString(link);
Application.OpenURL(facebookshare);
string twittershare = "http://twitter.com/home?status=" + Uri.EscapeUriString(link);
Application.OpenURL(twittershare);

Không có nhận xét nào:

Đăng nhận xét