新たに保存検索条件を作成します。ユーザーは25個まで保存検索条件を作成できます。
POST saved_searches/
|
https://api.twitter.com/1.1/saved_searches/create.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes (user context only)
Rate limited?
Yes
|
ユーザーが保存する検索クエリ。
Parameters
query
required
The query of the search the user would like to save. |
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
POST
https://api.twitter.com/1.1/saved_searches/create.json?query=sandwiches
Example RequestPOST
|
{ "created_at": "Fri Aug 24 22:08:58 +0000 2012", "id": 158598597, "id_str": "158598597", "name": "sandwiches", "position": null, "query": "sandwiches" }
Example Result{ "created_at": "Fri Aug 24 22:08:58 +0000 2012", "id": 158598597, "id_str": "158598597", "name": "sandwiches", "position": null, "query": "sandwiches" } |