コード例 #1
0
 public static async Task <object> DeleteThreadSettings(this FacebookClient client, IThreadSettings threadSettings)
 {
     return(await client.DeleteTaskAsync($"me/thread_settings", threadSettings, new System.Threading.CancellationToken()));
 }
コード例 #2
0
 public static async Task <object> PostThreadSettings(this FacebookClient client, IThreadSettings threadSettings)
 {
     return(await client.PostTaskAsync($"me/thread_settings", threadSettings));
 }