- Loading...
- No images or files uploaded yet.
|
|
Twitter REST API Method: saved_searches<< Back to Twitter API Documentation
saved_searchesReturns the authenticated user's saved search queries. method status | report a bug
URL: http://twitter.com/saved_searches.format
Formats: xml, json
HTTP Method(s): GET
Requires Authentication (about authentication): true
API rate limited (about rate limiting): true
Response (about return values): XML example (truncated): <?xml version="1.0" encoding="UTF-8"?> <saved_searches type="array"> <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> ... truncated ... </saved_searches>
Usage examples: cURL (about cURL): curl -u user:password http://twitter.com/saved_searches.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.