Public メソッド

クラス OAuthTwitterAPI.NotificationsAPI

NotificationsAPIクラス. [詳細]

すべてのメンバ一覧

Public メソッド

User Follow (OAuth oauth, IDictionary< string, string > parameters)
 指定ユーザーのTweetを指定デバイスに送信。
User Follow (OAuth oauth, long user_id, string screen_name, bool include_entities)
 指定ユーザーのTweetを指定デバイスに送信。
User Follow (OAuth oauth, long user_id)
 指定ユーザーのTweetを指定デバイスに送信。
User Follow (OAuth oauth, string screen_name)
 指定ユーザーのTweetを指定デバイスに送信。
void FollowAsync (OAuth oauth, IDictionary< string, string > parameters)
 非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。
void FollowAsync (OAuth oauth, long user_id, string screen_name, bool include_entities)
 非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。
void FollowAsync (OAuth oauth, long user_id)
 非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。
void FollowAsync (OAuth oauth, string screen_name)
 非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。
User Leave (OAuth oauth, IDictionary< string, string > parameters)
 指定ユーザーのTweetを指定デバイスに送信を停止。
User Leave (OAuth oauth, long user_id, string screen_name, bool include_entities)
 指定ユーザーのTweetを指定デバイスに送信を停止。
User Leave (OAuth oauth, long user_id)
 指定ユーザーのTweetを指定デバイスに送信を停止。
User Leave (OAuth oauth, string screen_name)
 指定ユーザーのTweetを指定デバイスに送信を停止。
void LeaveAsync (OAuth oauth, IDictionary< string, string > parameters)
 非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。
void LeaveAsync (OAuth oauth, long user_id, string screen_name, bool include_entities)
 非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。
void LeaveAsync (OAuth oauth, long user_id)
 非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。
void LeaveAsync (OAuth oauth, string screen_name)
 非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。

説明

NotificationsAPIクラス.


メソッド

User OAuthTwitterAPI.NotificationsAPI.Follow ( OAuth  oauth,
IDictionary< string, string >  parameters 
)

指定ユーザーのTweetを指定デバイスに送信。

引数:
oauth 認証済みのOAuthクラス
parameters user_id:指定するユーザーID。screen_nameのどちらかを設定。
screen_name:指定するユーザーのスクリーンネーム。user_idのどちらかを設定。
include_entities:true/t/1, Entities情報を含めるか
戻り値:
Userを返す
User OAuthTwitterAPI.NotificationsAPI.Follow ( OAuth  oauth,
long  user_id,
string  screen_name,
bool  include_entities 
)

指定ユーザーのTweetを指定デバイスに送信。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。screen_nameのどちらかを設定。未設定:-1
screen_name 指定するユーザーのスクリーンネーム。user_idのどちらかを設定。未設定:空文字/null
include_entities Entities情報を含めるか
戻り値:
Userを返す
User OAuthTwitterAPI.NotificationsAPI.Follow ( OAuth  oauth,
string  screen_name 
)

指定ユーザーのTweetを指定デバイスに送信。

引数:
oauth 認証済みのOAuthクラス
screen_name 指定するユーザーのスクリーンネーム。
戻り値:
Userを返す
User OAuthTwitterAPI.NotificationsAPI.Follow ( OAuth  oauth,
long  user_id 
)

指定ユーザーのTweetを指定デバイスに送信。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。
戻り値:
Userを返す
void OAuthTwitterAPI.NotificationsAPI.FollowAsync ( OAuth  oauth,
string  screen_name 
)

非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
screen_name 指定するユーザーのスクリーンネーム。
void OAuthTwitterAPI.NotificationsAPI.FollowAsync ( OAuth  oauth,
IDictionary< string, string >  parameters 
)

非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
parameters user_id:指定するユーザーID。screen_nameのどちらかを設定。
screen_name:指定するユーザーのスクリーンネーム。user_idのどちらかを設定。
include_entities:true/t/1, Entities情報を含めるか
void OAuthTwitterAPI.NotificationsAPI.FollowAsync ( OAuth  oauth,
long  user_id,
string  screen_name,
bool  include_entities 
)

非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。screen_nameのどちらかを設定。未設定:-1
screen_name 指定するユーザーのスクリーンネーム。user_idのどちらかを設定。未設定:空文字/null
include_entities Entities情報を含めるか
void OAuthTwitterAPI.NotificationsAPI.FollowAsync ( OAuth  oauth,
long  user_id 
)

非同期による指定ユーザーのTweetを指定デバイスに送信。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。
User OAuthTwitterAPI.NotificationsAPI.Leave ( OAuth  oauth,
IDictionary< string, string >  parameters 
)

指定ユーザーのTweetを指定デバイスに送信を停止。

引数:
oauth 認証済みのOAuthクラス
parameters user_id:指定するユーザーID。screen_nameのどちらかを設定。
screen_name:指定するユーザーのスクリーンネーム。user_idのどちらかを設定。
include_entities:true/t/1, Entities情報を含めるか
戻り値:
Userを返す
User OAuthTwitterAPI.NotificationsAPI.Leave ( OAuth  oauth,
long  user_id,
string  screen_name,
bool  include_entities 
)

指定ユーザーのTweetを指定デバイスに送信を停止。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。screen_nameのどちらかを設定。未設定:-1
screen_name 指定するユーザーのスクリーンネーム。user_idのどちらかを設定。未設定:空文字/null
include_entities Entities情報を含めるか
戻り値:
Userを返す
User OAuthTwitterAPI.NotificationsAPI.Leave ( OAuth  oauth,
long  user_id 
)

指定ユーザーのTweetを指定デバイスに送信を停止。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。
戻り値:
Userを返す
User OAuthTwitterAPI.NotificationsAPI.Leave ( OAuth  oauth,
string  screen_name 
)

指定ユーザーのTweetを指定デバイスに送信を停止。

引数:
oauth 認証済みのOAuthクラス
screen_name 指定するユーザーのスクリーンネーム。
戻り値:
Userを返す
void OAuthTwitterAPI.NotificationsAPI.LeaveAsync ( OAuth  oauth,
long  user_id 
)

非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。
void OAuthTwitterAPI.NotificationsAPI.LeaveAsync ( OAuth  oauth,
long  user_id,
string  screen_name,
bool  include_entities 
)

非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
user_id 指定するユーザーID。screen_nameのどちらかを設定。未設定:-1
screen_name 指定するユーザーのスクリーンネーム。user_idのどちらかを設定。未設定:空文字/null
include_entities Entities情報を含めるか
void OAuthTwitterAPI.NotificationsAPI.LeaveAsync ( OAuth  oauth,
IDictionary< string, string >  parameters 
)

非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
parameters user_id:指定するユーザーID。screen_nameのどちらかを設定。
screen_name:指定するユーザーのスクリーンネーム。user_idのどちらかを設定。
include_entities:true/t/1, Entities情報を含めるか
void OAuthTwitterAPI.NotificationsAPI.LeaveAsync ( OAuth  oauth,
string  screen_name 
)

非同期による指定ユーザーのTweetを指定デバイスに送信を停止。 戻り値は、Utility.DownloadCompletedで取得。

引数:
oauth 認証済みのOAuthクラス
screen_name 指定するユーザーのスクリーンネーム。