示例#1
0
 public override void ShareLink(
     string contentURL,
     string contentTitle,
     string contentDescription,
     string photoURL,
     FacebookDelegate <IShareResult> callback)
 {
     FacebookLogger.Info("Share Link is not implemented in the Unity editor.");
 }
示例#2
0
 public override void AppRequest(
     string message,
     OGActionType actionType,
     string objectId,
     string[] to,
     List <object> filters,
     string[] excludeIds,
     int?maxRecipients,
     string data,
     string title,
     FacebookDelegate <IAppRequestResult> callback)
 {
     FacebookLogger.Info("App Request dialog is not implemented in the Unity editor.");
 }
示例#3
0
 public override void ActivateApp(string appId)
 {
     FacebookLogger.Info("This only needs to be called for iOS or Android.");
 }
示例#4
0
 public override void GetDeepLink(FacebookDelegate <IGetDeepLinkResult> callback)
 {
     FacebookLogger.Info("No Deep Linking in the Editor");
 }