This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Twitter.
Summary
Creates an object for sending tweets to Twitter using Single-user OAuth.
Get your access keys by creating an app at apps.twitter.com then visiting the
"Keys and Access Tokens" section for your app. They can be found under the
"Your Access Token" heading.
- Assembly
- Cake
.Twitter .dll - Namespace
- Cake
.Twitter - Containing Type
- TwitterProvider
Syntax
public TwitterProvider(string consumerKey, string consumerKeySecret, string accessToken, string accessTokenSecret)
Parameters
Name | Type | Description |
---|---|---|
consumerKey | string | |
consumerKeySecret | string | |
accessToken | string | |
accessTokenSecret | string |
Return Value
Type | Description |
---|---|
void |