- Loading...
- No images or files uploaded yet.
|
|
Twitter REST API Method: saved_searches show<< Back to Twitter API Documentation
saved_searches/showRetrieve the data for a saved search owned by the authenticating user specified by the given id. method status | report a bug URL: http://twitter.com/saved_searches/show/id.format
Formats: xml, json
HTTP Method(s): GET
Requires Authentication (about authentication): true
API rate limited (about rate limiting): true
Parameters:
Response (about return values): XML example (truncated): <?xml version="1.0" encoding="UTF-8"?> <saved_search> <id>313006</id> <name>twitter api</name> <query>twitter api</query> <position></position> <created_at>Thu Jun 04 21:54:17 +0000 2009</created_at> </saved_search>
Usage examples: cURL (about cURL): curl -u user:password http://twitter.com/saved_searches/show/313006.xml
Do you have an example to share in the language of your choice? Please share!
|
Comments (0)
You don't have permission to comment on this page.