コード例 #1
0
 public override void AppRequest(
     string message,
     string[] to               = null,
     string filters            = "",
     string[] excludeIds       = null,
     int?maxRecipients         = null,
     string data               = "",
     string title              = "",
     FacebookDelegate callback = null)
 {
     fb.AppRequest(message, to, filters, excludeIds, maxRecipients, data, title, callback);
 }
コード例 #2
0
 public override void AppRequest(
     string message,
     OGActionType actionType,
     string objectId,
     string[] to               = null,
     List <object> filters     = null,
     string[] excludeIds       = null,
     int?maxRecipients         = null,
     string data               = "",
     string title              = "",
     FacebookDelegate callback = null)
 {
     fb.AppRequest(message, actionType, objectId, to, filters, excludeIds, maxRecipients, data, title, callback);
 }