Updated on Fri, 2012-08-24 15:10
Create a new saved search for the authenticated user. A user may only have 25 saved searches.
Resource URL
https://api.twitter.com/1.1/saved_searches/create.json
Parameters
query required
The query of the search the user would like to save.
Example Request
POST | |
POST Data | |
{
"created_at": "Fri Aug 24 22:08:58 +0000 2012",
"id": 158598597,
"id_str": "158598597",
"name": "sandwiches",
"position": null,
"query": "sandwiches"
}