FacebookClientWrapper.PostToFacebookApiAsync Metodo

Definizione

Pubblica eventi di controllo webhook su Facebook.

public virtual System.Threading.Tasks.Task<bool> PostToFacebookApiAsync (string postType, string content, System.Threading.CancellationToken cancellationToken);
abstract member PostToFacebookApiAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.PostToFacebookApiAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function PostToFacebookApiAsync (postType As String, content As String, cancellationToken As CancellationToken) As Task(Of Boolean)

Parametri

postType
String

Tipo di post REST (GET, PUT, POST e così via).

content
String

Contenuto stringa da pubblicare su Facebook.

cancellationToken
CancellationToken

Token di annullamento utilizzabile da altri oggetti o thread per ricevere l'avviso dell'annullamento.

Restituisce

true se l'operazione ha esito positivo. In caso contrario, false.

Eccezioni

postType o content è null.

Si applica a