TwitterProvider.

Tweet(string) Method

Summary

Sends a tweet with the supplied text and returns the response from the Twitter API.
Assembly
Cake.Twitter.dll
Namespace
Cake.Twitter
Containing Type
TwitterProvider

Syntax

public Task<string> Tweet(string text)

Parameters

Name Type Description
text string

Return Value

Type Description
Task<string>