![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST favorites. More...
Public Member Functions | |
| ListedResponse< Status > | List (params Expression< Func< string, object >>[] parameters) |
| ListedResponse< Status > | List (IDictionary< string, object > parameters) |
| ListedResponse< Status > | List (object parameters) |
| ListedResponse< Status > | List (long? id=null, string screen_name=null, int? count=null, long? since_id=null, long? max_id=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Task< ListedResponse< Status > > | ListAsync (params Expression< Func< string, object >>[] parameters) |
| Task< ListedResponse< Status > > | ListAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< ListedResponse< Status > > | ListAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< ListedResponse< Status > > | ListAsync (long? id=null, string screen_name=null, int? count=null, long? since_id=null, long? max_id=null, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| StatusResponse | Create (params Expression< Func< string, object >>[] parameters) |
| StatusResponse | Create (IDictionary< string, object > parameters) |
| StatusResponse | Create (object parameters) |
| StatusResponse | Create (long id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Task< StatusResponse > | CreateAsync (params Expression< Func< string, object >>[] parameters) |
| Task< StatusResponse > | CreateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< StatusResponse > | CreateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< StatusResponse > | CreateAsync (long id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
| StatusResponse | Destroy (params Expression< Func< string, object >>[] parameters) |
| StatusResponse | Destroy (IDictionary< string, object > parameters) |
| StatusResponse | Destroy (object parameters) |
| StatusResponse | Destroy (long id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
| Task< StatusResponse > | DestroyAsync (params Expression< Func< string, object >>[] parameters) |
| Task< StatusResponse > | DestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< StatusResponse > | DestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
| Task< StatusResponse > | DestroyAsync (long id, bool? include_entities=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Additional Inherited Members | |
Public Attributes inherited from CoreTweet.Core.ApiProviderBase | |
| TokensBase | IncludedTokens => this.Tokens |
| Gets the tokens being used in this instance. More... | |
Properties inherited from CoreTweet.Core.ApiProviderBase | |
| TokensBase | Tokens [get, set] |
| Gets or sets the OAuth tokens. More... | |
Provides a set of methods for the wrapper of GET/POST favorites.
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
| id | required. |
| include_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
| id | required. |
| include_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
| id | required. |
| include_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
| id | required. |
| include_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Un-favorites the status specified in the ID parameter as the authenticating user.
Available parameters:
- long id (required)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
Available parameters:
- long id (optional)
- string screen_name (optional)
- int count (optional)
- long since_id (optional)
- long max_id (optional)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
| id | optional. |
| screen_name | optional. |
| count | optional. |
| since_id | optional. |
| max_id | optional. |
| include_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
Available parameters:
- long id (optional)
- string screen_name (optional)
- int count (optional)
- long since_id (optional)
- long max_id (optional)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
Available parameters:
- long id (optional)
- string screen_name (optional)
- int count (optional)
- long since_id (optional)
- long max_id (optional)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
Available parameters:
- long id (optional)
- string screen_name (optional)
- int count (optional)
- long since_id (optional)
- long max_id (optional)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
| id | optional. |
| screen_name | optional. |
| count | optional. |
| since_id | optional. |
| max_id | optional. |
| include_entities | optional. |
| include_ext_alt_text | optional. |
| tweet_mode | optional. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
Available parameters:
- long id (optional)
- string screen_name (optional)
- int count (optional)
- long since_id (optional)
- long max_id (optional)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
| cancellationToken | The cancellation token. |
|
inline |
Returns the 20 most recent Tweets favorited by the authenticating or specified user.
Available parameters:
- long id (optional)
- string screen_name (optional)
- int count (optional)
- long since_id (optional)
- long max_id (optional)
- bool include_entities (optional)
- bool include_ext_alt_text (optional)
- TweetMode tweet_mode (optional)
| parameters | The parameters. |
1.8.17