CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Provides a set of methods for the wrapper of GET/POST friendships. More...
Public Member Functions | |
ListedResponse< long > | NoRetweetsIds (params Expression< Func< string, object >>[] parameters) |
ListedResponse< long > | NoRetweetsIds (IDictionary< string, object > parameters) |
ListedResponse< long > | NoRetweetsIds (object parameters) |
ListedResponse< long > | NoRetweetsIds () |
Task< ListedResponse< long > > | NoRetweetsIdsAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< long > > | NoRetweetsIdsAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< long > > | NoRetweetsIdsAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< long > > | NoRetweetsIdsAsync (CancellationToken cancellationToken=default(CancellationToken)) |
Cursored< long > | Incoming (params Expression< Func< string, object >>[] parameters) |
Cursored< long > | Incoming (IDictionary< string, object > parameters) |
Cursored< long > | Incoming (object parameters) |
IEnumerable< long > | EnumerateIncoming (EnumerateMode mode, long? cursor=null) |
Cursored< long > | Incoming (long? cursor=null) |
IEnumerable< long > | EnumerateIncoming (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
IEnumerable< long > | EnumerateIncoming (EnumerateMode mode, IDictionary< string, object > parameters) |
IEnumerable< long > | EnumerateIncoming (EnumerateMode mode, object parameters) |
Task< Cursored< long > > | IncomingAsync (params Expression< Func< string, object >>[] parameters) |
Task< Cursored< long > > | IncomingAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Cursored< long > > | IncomingAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Cursored< long > > | IncomingAsync (long? cursor=null, CancellationToken cancellationToken=default(CancellationToken)) |
Cursored< long > | Outgoing (params Expression< Func< string, object >>[] parameters) |
Cursored< long > | Outgoing (IDictionary< string, object > parameters) |
Cursored< long > | Outgoing (object parameters) |
IEnumerable< long > | EnumerateOutgoing (EnumerateMode mode, long? cursor=null) |
Cursored< long > | Outgoing (long? cursor=null) |
IEnumerable< long > | EnumerateOutgoing (EnumerateMode mode, params Expression< Func< string, object >>[] parameters) |
IEnumerable< long > | EnumerateOutgoing (EnumerateMode mode, IDictionary< string, object > parameters) |
IEnumerable< long > | EnumerateOutgoing (EnumerateMode mode, object parameters) |
Task< Cursored< long > > | OutgoingAsync (params Expression< Func< string, object >>[] parameters) |
Task< Cursored< long > > | OutgoingAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Cursored< long > > | OutgoingAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Cursored< long > > | OutgoingAsync (long? cursor=null, CancellationToken cancellationToken=default(CancellationToken)) |
ListedResponse< Friendship > | Lookup (params Expression< Func< string, object >>[] parameters) |
ListedResponse< Friendship > | Lookup (IDictionary< string, object > parameters) |
ListedResponse< Friendship > | Lookup (object parameters) |
ListedResponse< Friendship > | Lookup (IEnumerable< string > screen_name) |
ListedResponse< Friendship > | Lookup (IEnumerable< long > user_id) |
Task< ListedResponse< Friendship > > | LookupAsync (params Expression< Func< string, object >>[] parameters) |
Task< ListedResponse< Friendship > > | LookupAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Friendship > > | LookupAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Friendship > > | LookupAsync (IEnumerable< string > screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
Task< ListedResponse< Friendship > > | LookupAsync (IEnumerable< long > user_id, CancellationToken cancellationToken=default(CancellationToken)) |
Relationship | Show (params Expression< Func< string, object >>[] parameters) |
Relationship | Show (IDictionary< string, object > parameters) |
Relationship | Show (object parameters) |
Relationship | Show (long target_id) |
Relationship | Show (string target_screen_name) |
Relationship | Show (long source_id, long target_id) |
Relationship | Show (long source_id, string target_screen_name) |
Relationship | Show (string source_screen_name, long target_id) |
Relationship | Show (string source_screen_name, string target_screen_name) |
Task< Relationship > | ShowAsync (params Expression< Func< string, object >>[] parameters) |
Task< Relationship > | ShowAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | ShowAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | ShowAsync (long target_id, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | ShowAsync (string target_screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | ShowAsync (long source_id, long target_id, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | ShowAsync (long source_id, string target_screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | ShowAsync (string source_screen_name, long target_id, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | ShowAsync (string source_screen_name, string target_screen_name, CancellationToken cancellationToken=default(CancellationToken)) |
UserResponse | Create (params Expression< Func< string, object >>[] parameters) |
UserResponse | Create (IDictionary< string, object > parameters) |
UserResponse | Create (object parameters) |
UserResponse | Create (long user_id, bool? follow=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
UserResponse | Create (string screen_name, bool? follow=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< UserResponse > | CreateAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | CreateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | CreateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | CreateAsync (long user_id, bool? follow=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | CreateAsync (string screen_name, bool? follow=null, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
UserResponse | Destroy (params Expression< Func< string, object >>[] parameters) |
UserResponse | Destroy (IDictionary< string, object > parameters) |
UserResponse | Destroy (object parameters) |
UserResponse | Destroy (long user_id, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
UserResponse | Destroy (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null) |
Task< UserResponse > | DestroyAsync (params Expression< Func< string, object >>[] parameters) |
Task< UserResponse > | DestroyAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | DestroyAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | DestroyAsync (long user_id, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< UserResponse > | DestroyAsync (string screen_name, bool? include_ext_alt_text=null, TweetMode? tweet_mode=null, CancellationToken cancellationToken=default(CancellationToken)) |
Relationship | Update (params Expression< Func< string, object >>[] parameters) |
Relationship | Update (IDictionary< string, object > parameters) |
Relationship | Update (object parameters) |
Relationship | Update (long user_id, bool? device=null, bool? retweets=null) |
Relationship | Update (string screen_name, bool? device=null, bool? retweets=null) |
Task< Relationship > | UpdateAsync (params Expression< Func< string, object >>[] parameters) |
Task< Relationship > | UpdateAsync (IDictionary< string, object > parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | UpdateAsync (object parameters, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | UpdateAsync (long user_id, bool? device=null, bool? retweets=null, CancellationToken cancellationToken=default(CancellationToken)) |
Task< Relationship > | UpdateAsync (string screen_name, bool? device=null, bool? retweets=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 friendships.
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
follow (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
user_id | any one is required. |
follow | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
follow (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
follow (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
screen_name | any one is required. |
follow | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
follow (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
user_id | any one is required. |
follow | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
follow (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
follow (optional)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
screen_name | any one is required. |
follow | optional. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
user_id | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
include_ext_alt_text (optional)
- TweetMode
tweet_mode (optional)
parameters | The parameters. |
|
inline |
Allows the authenticating user to unfollow the user specified in the ID parameter.
Returns the unfollowed user in the requested format when successful.
Returns a string describing the failure condition when unsuccessful.
Actions taken in this method are asynchronous and changes will be eventually consistent.
screen_name | any one is required. |
include_ext_alt_text | optional. |
tweet_mode | optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
cursor | semi-optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
cursor | semi-optional. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
mode | Specify whether enumerating goes to the next page or the previous. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
cursor | semi-optional. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
cursor | semi-optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of numeric IDs for every user who has a pending request to follow the authenticating user.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
Available parameters:
- IEnumerable<string>
screen_name (any one is required)
- IEnumerable<long>
user_id (any one is required)
parameters | The parameters. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
user_id | any one is required. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
screen_name | any one is required. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
Available parameters:
- IEnumerable<string>
screen_name (any one is required)
- IEnumerable<long>
user_id (any one is required)
parameters | The parameters. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
Available parameters:
- IEnumerable<string>
screen_name (any one is required)
- IEnumerable<long>
user_id (any one is required)
parameters | The parameters. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
Available parameters:
- IEnumerable<string>
screen_name (any one is required)
- IEnumerable<long>
user_id (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
user_id | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
screen_name | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
Available parameters:
- IEnumerable<string>
screen_name (any one is required)
- IEnumerable<long>
user_id (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns the relationships of the authenticating user to the comma-separated list of up to 100 screen_names or user_ids provided.
Values for connections can be: following, following_requested, followed_by, none.
Available parameters:
- IEnumerable<string>
screen_name (any one is required)
- IEnumerable<long>
user_id (any one is required)
parameters | The parameters. |
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
Available parameters: Nothing.
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of user_ids that the currently authenticated user does not want to receive retweets from.
Use POST friendships/update to set the "no retweets" status for a given user account on behalf of the current user.
Available parameters: Nothing.
parameters | The parameters. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
cursor | semi-optional. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
cursor | semi-optional. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns a collection of numeric IDs for every protected user for whom the authenticating user has a pending follow request.
Available parameters:
- long
cursor (semi-optional)
parameters | The parameters. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
Available parameters:
- long
source_id (any one is required)
- string
source_screen_name (any one is required)
- long
target_id (any one is required)
- string
target_screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_id | any one is required. |
target_id | any one is required. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_id | any one is required. |
target_screen_name | any one is required. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
target_id | any one is required. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
Available parameters:
- long
source_id (any one is required)
- string
source_screen_name (any one is required)
- long
target_id (any one is required)
- string
target_screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
Available parameters:
- long
source_id (any one is required)
- string
source_screen_name (any one is required)
- long
target_id (any one is required)
- string
target_screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_screen_name | any one is required. |
target_id | any one is required. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_screen_name | any one is required. |
target_screen_name | any one is required. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
target_screen_name | any one is required. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
Available parameters:
- long
source_id (any one is required)
- string
source_screen_name (any one is required)
- long
target_id (any one is required)
- string
target_screen_name (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_id | any one is required. |
target_id | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_id | any one is required. |
target_screen_name | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
target_id | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
Available parameters:
- long
source_id (any one is required)
- string
source_screen_name (any one is required)
- long
target_id (any one is required)
- string
target_screen_name (any one is required)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
Available parameters:
- long
source_id (any one is required)
- string
source_screen_name (any one is required)
- long
target_id (any one is required)
- string
target_screen_name (any one is required)
parameters | The parameters. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_screen_name | any one is required. |
target_id | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
source_screen_name | any one is required. |
target_screen_name | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Returns detailed information about the relationship between two arbitrary users.
target_screen_name | any one is required. |
cancellationToken | The cancellation token. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
device (optional)
- bool
retweets (optional)
parameters | The parameters. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
user_id | any one is required. |
device | optional. |
retweets | optional. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
device (optional)
- bool
retweets (optional)
parameters | The parameters. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
device (optional)
- bool
retweets (optional)
parameters | The parameters. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
screen_name | any one is required. |
device | optional. |
retweets | optional. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
device (optional)
- bool
retweets (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
user_id | any one is required. |
device | optional. |
retweets | optional. |
cancellationToken | The cancellation token. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
device (optional)
- bool
retweets (optional)
parameters | The parameters. |
cancellationToken | The cancellation token. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
Available parameters:
- long
user_id (any one is required)
- string
screen_name (any one is required)
- bool
device (optional)
- bool
retweets (optional)
parameters | The parameters. |
|
inline |
Allows one to enable or disable retweets and device notifications from the specified user.
screen_name | any one is required. |
device | optional. |
retweets | optional. |
cancellationToken | The cancellation token. |