このエンドポイント へアクセスするには特別なアクセス権が必要で、TV放送をする場合にのみ使用できます。アクセス権の申請をする場合は curator.twitter.comからお願いします。
このユーザーが使用できる既存のプロジェクト一覧を取得します。
GET projectsThis endpoint requires special permission to access and is only available for TV broadcast use cases. To request access please visit curator.twitter.com. Returns a list of existing projects available to the user. |
https://curator.twitter.com/broadcast/1/projects
Resource URL
|
Resource Information
Response formats
JSON
XML
Requires authentication?
Yes
Rate limited?
Yes
Requests / 15-min window (user auth)
3750
Requests / 15-min window (app auth)
3750
|
取得する要素の数。設定しなかった場合、既定値は 500 です。
出力形式をリクエストします。このパラメータは json
か xml
のどちらかを設定できます。既定値は json
です。
ユーザーの認証トークン。
Parameters
limit
optional
The number of elements to return. Defaults to 500 if not specified.
format
optional
The output format request. This param can be either
auth
required
Auth token for user. |
ログイン して登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
GET
https://curator.twitter.com/broadcast/1/projects?auth=<auth_token>&limit=25
Example RequestGET
|
{ status: { message: "OK", code: 200 }, data: [ { id: 123, title: "Funny Animals" }, { id: 456, title: "My TV Shows" }, { id: 789, title: "America's Funniest Home Videos" } ] }
Example Result{ status: { message: "OK", code: 200 }, data: [ { id: 123, title: "Funny Animals" }, { id: 456, title: "My TV Shows" }, { id: 789, title: "America's Funniest Home Videos" } ] } |