Retrieves information about the established stream represented by the stream_handle_identifier, which is among the first streamed events when connecting to a stream that supports Control Streams.
取得した情報には、対象ストリームの現在のアクティブパラメータと predicates が含まれています。 There are no other side effects in this idempotent operation.
GET c/
|
https://sitestream.twitter.com/2b/site/c/01_225167_334389048B872A533002B34D73F8C29FD09EFC50/info.json
|
Resource URL
https://sitestream.twitter.com/2b/site/c/01_225167_334389048B872A533002B34D73F8C29FD09EFC50/info.json
|
Resource Information
Response formats
JSON
Requires authentication?
Yes
Rate limited?
Yes
|
このメソッドでパラメータはサポートしていません。
ParametersNo parameters are supported for this method. |
ログイン して登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://sitestream.twitter.com/2b/site/c/01_225167_334389048B872A533002B34D73F8C29FD09EFC50/info.json
Example RequestGET
|
{"info":
{
"users":
[
{"id":1,"name":"raffi","dm":false},
{"id":3,"name":"fiaz","dm":true}
],
"follows":
[
{"user":1,"other_users":[2,3]},
{"user":3,"other_users":[1,2,99]}
],
"delimited":"none",
"include_followings_activity":false,
"include_user_changes":false,
"replies":"none",
"with":"followings"
}
}
Example Result{"info":
{
"users":
[
{"id":1,"name":"raffi","dm":false},
{"id":3,"name":"fiaz","dm":true}
],
"follows":
[
{"user":1,"other_users":[2,3]},
{"user":3,"other_users":[1,2,99]}
],
"delimited":"none",
"include_followings_activity":false,
"include_user_changes":false,
"replies":"none",
"with":"followings"
}
}
|