コード例 #1
0
ファイル: FacebookCombo.cs プロジェクト: vladfaust/butterflix
 // Gets the url used to launch the application. If no url was used returns string.Empty
 public static string getAppLaunchUrl()
 {
     return(FB.getAppLaunchUrl());
 }