Advertisement
Guest User

Untitled

a guest
Jan 16th, 2010
2,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.96 KB | None | 0 0
  1. ========
  2. URL:http://twitter.com/statuses/public_timeline.format
  3. Format:xml, json, rss, atom
  4. HTTP Method:GET
  5. API rate limit:true
  6. Auth required:false
  7. Params:
  8. []
  9. ========
  10. URL:http://api.twitter.com/1/statuses/home_timeline.format
  11. Format:xml, json, atom
  12. HTTP Method:GET
  13. API rate limit:1 call per request
  14. Auth required:true
  15. Params:
  16. ['since_id', 'max_id', 'count', 'page']
  17. ========
  18. URL:http://twitter.com/statuses/friends_timeline.format
  19. Format:xml, json, rss, atom
  20. HTTP Method:GET
  21. API rate limit:1 call per request
  22. Auth required:true
  23. Params:
  24. ['since_id', 'max_id', 'count', 'page']
  25. ========
  26. URL:http://twitter.com/statuses/user_timeline.format
  27. Format:xml, json, rss, atom
  28. HTTP Method:GET
  29. API rate limit:1 call per request
  30. Auth required:true, if requesting a protected user's timeline
  31. Params:
  32. ['id', 'user_id', 'screen_name', 'since_id', 'max_id', 'count', 'page']
  33. ========
  34. URL:http://twitter.com/statuses/mentions.format
  35. Format:xml, json, rss, atom
  36. HTTP Method:GET
  37. API rate limit:1 call per request
  38. Auth required:true
  39. Params:
  40. ['since_id', 'max_id', 'count', 'page']
  41. ========
  42. URL:http://api.twitter.com/1/statuses/retweeted_by_me.format
  43. Format:xml, json, atom
  44. HTTP Method:GET
  45. API rate limit:1 call per request
  46. Auth required:true
  47. Params:
  48. ['since_id', 'max_id', 'count', 'page']
  49. ========
  50. URL:http://api.twitter.com/1/statuses/retweeted_to_me.format
  51. Format:xml, json, atom
  52. HTTP Method:GET
  53. API rate limit:1 call per request
  54. Auth required:true
  55. Params:
  56. ['since_id', 'max_id', 'count', 'page']
  57. ========
  58. URL:http://api.twitter.com/1/statuses/retweets_of_me.format
  59. Format:xml, json, atom
  60. HTTP Method:GET
  61. API rate limit:1 call per request
  62. Auth required:true
  63. Params:
  64. ['since_id', 'max_id', 'count', 'page']
  65. ========
  66. URL:http://twitter.com/statuses/show/id.format
  67. Format:xml, json
  68. HTTP Method:GET
  69. API rate limit:true
  70. Auth required:false, unless the author of the status is protected
  71. Params:
  72. ['id']
  73. ========
  74. URL:http://twitter.com/statuses/update.format
  75. Format:xml, json
  76. HTTP Method:POST
  77. API rate limit:false
  78. Auth required:true
  79. Params:
  80. ['status', 'in_reply_to_status_id', 'lat', 'long', 'This method is subject to [11]update limits', 'Twitter will ignore attempts to perform a duplicate update']
  81. ========
  82. URL:http://twitter.com/statuses/destroy/id.format
  83. Format:xml, json
  84. HTTP Method:POST, DELETE
  85. API rate limit:false
  86. Auth required:true
  87. Params:
  88. ['id']
  89. ========
  90. URL:http://api.twitter.com/1/statuses/retweet/id.format
  91. Format:xml, json
  92. HTTP Method:POST, PUT
  93. API rate limit:false
  94. Auth required:true
  95. Params:
  96. ['id', 'This method is subject to [11]update limits', 'Twitter will ignore attempts to perform duplicate retweets', 'Twitter will ignore attempts to retweet your own tweets', '[28]Tags']
  97. ========
  98. URL:http://api.twitter.com/1/statuses/retweets/id.format
  99. Format:xml, json
  100. HTTP Method:GET
  101. API rate limit:1 call per request
  102. Auth required:true
  103. Params:
  104. ['id', 'count']
  105. ========
  106. URL:http://twitter.com/users/show.format
  107. Format:xml, json
  108. HTTP Method:GET
  109. API rate limit:1 call per request
  110. Auth required:false (see usage notes)
  111. Params:
  112. ['id', 'user_id', 'screen_name']
  113. ========
  114. URL:http://api.twitter.com/1/users/search.format
  115. Format:xml, json
  116. HTTP Method:GET
  117. API rate limit:1 call per request
  118. Auth required:true (see usage notes)
  119. Params:
  120. ['q', 'per_page', 'page']
  121. ========
  122. URL:http://twitter.com/statuses/friends.format
  123. Format:xml, json
  124. HTTP Method:GET
  125. API rate limit:1 call per request
  126. Auth required:false unless requesting it from a protected user; if getting this data
  127. Params:
  128. ['id', 'user_id', 'screen_name', 'cursor']
  129. ========
  130. URL:http://twitter.com/statuses/followers.format
  131. Format:xml, json
  132. HTTP Method:GET
  133. API rate limit:1 call per request
  134. Auth required:false unless requesting it from a protected user; if getting this data
  135. Params:
  136. ['id', 'user_id', 'screen_name', 'cursor']
  137. ========
  138. URL:http://api.twitter.com/1/user/lists.format
  139. Format:xml, json
  140. HTTP Method:POST
  141. API rate limit:false
  142. Auth required:true
  143. Params:
  144. ['name', 'mode', 'description']
  145. ========
  146. URL:http://api.twitter.com/1/user/lists/id.format
  147. Format:xml, json
  148. HTTP Method:POST, PUT
  149. API rate limit:false
  150. Auth required:true
  151. Params:
  152. ['name', 'mode', 'description']
  153. ========
  154. URL:http://api.twitter.com/1/user/lists.format
  155. Format:xml, json
  156. HTTP Method:GET
  157. API rate limit:true
  158. Auth required:true
  159. Params:
  160. ['cursor']
  161. ========
  162. URL:http://api.twitter.com/1/user/lists/id.format
  163. Format:xml, json
  164. HTTP Method:GET
  165. API rate limit:false
  166. Auth required:true
  167. Params:
  168. ['id']
  169. ========
  170. URL:http://api.twitter.com/1/user/lists/id.format
  171. Format:xml, json
  172. HTTP Method:DELETE (clients who can not issue DELETE requests can POST with the
  173. API rate limit:false
  174. Auth required:true
  175. Params:
  176. ['id']
  177. ========
  178. URL:http://api.twitter.com/1/user/lists/list_id/statuses.format
  179. Format:xml, json, atom
  180. HTTP Method:GET
  181. API rate limit:true
  182. Auth required:false
  183. Params:
  184. ['since_id', 'max_id', 'per_page', 'page']
  185. ========
  186. URL:http://api.twitter.com/1/user/lists/memberships.format
  187. Format:xml, json
  188. HTTP Method:GET
  189. API rate limit:true
  190. Auth required:true
  191. Params:
  192. ['cursor']
  193. ========
  194. URL:http://api.twitter.com/1/user/lists/subscriptions.format
  195. Format:xml, json
  196. HTTP Method:GET
  197. API rate limit:true
  198. Auth required:true
  199. Params:
  200. ['cursor']
  201. ========
  202. URL:http://api.twitter.com/1/user/list_id/members.format
  203. Format:xml, json
  204. HTTP Method:GET
  205. API rate limit:true
  206. Auth required:true
  207. Params:
  208. ['list_id', 'cursor']
  209. ========
  210. URL:http://api.twitter.com/1/user/list_id/members.format
  211. Format:xml, json
  212. HTTP Method:POST
  213. API rate limit:false
  214. Auth required:true
  215. Params:
  216. ['list_id', 'id']
  217. ========
  218. URL:http://api.twitter.com/1/user/list_id/members.format
  219. Format:xml, json
  220. HTTP Method:DELETE (clients who can not issue DELETE requests can POST with the
  221. API rate limit:false
  222. Auth required:true
  223. Params:
  224. ['list_id', 'id']
  225. ========
  226. URL:http://api.twitter.com/1/user/list_id/members/id.format
  227. Format:xml, json
  228. HTTP Method:GET
  229. API rate limit:true
  230. Auth required:true
  231. Params:
  232. ['list_id', 'id']
  233. ========
  234. URL:http://api.twitter.com/1/user/list_id/subscribers.format
  235. Format:xml, json
  236. HTTP Method:GET
  237. API rate limit:true
  238. Auth required:true
  239. Params:
  240. ['list_id', 'cursor']
  241. ========
  242. URL:http://api.twitter.com/1/user/list_id/subscribers.format
  243. Format:xml, json
  244. HTTP Method:POST
  245. API rate limit:false
  246. Auth required:true
  247. Params:
  248. ['list_id']
  249. ========
  250. URL:http://api.twitter.com/1/user/list_id/subscribers.format
  251. Format:xml, json
  252. HTTP Method:DELETE (clients who can not issue DELETE requests can POST with the
  253. API rate limit:false
  254. Auth required:true
  255. Params:
  256. ['user', 'list_id']
  257. ========
  258. URL:http://api.twitter.com/1/user/list_id/subscribers/:id.format
  259. Format:xml, json
  260. HTTP Method:GET
  261. API rate limit:true
  262. Auth required:true
  263. Params:
  264. ['user', 'list_id', 'id']
  265. ========
  266. URL:http://twitter.com/direct_messages.format
  267. Format:xml, json, rss, atom
  268. HTTP Method:GET
  269. API rate limit:1 call per request
  270. Auth required:true
  271. Params:
  272. ['since_id', 'max_id', 'count', 'page']
  273. ========
  274. URL:http://twitter.com/direct_messages/sent.format
  275. Format:xml, json, rss, atom
  276. HTTP Method:GET
  277. API rate limit:1 call per request
  278. Auth required:true
  279. Params:
  280. ['since_id', 'max_id', 'count', 'page']
  281. ========
  282. URL:http://twitter.com/direct_messages/new.format
  283. Format:xml, json
  284. HTTP Method:POST
  285. API rate limit:false
  286. Auth required:true
  287. Params:
  288. ['user', 'text', 'This method is subject to [11]update limits']
  289. ========
  290. URL:http://twitter.com/direct_messages/destroy/id.format
  291. Format:xml, json
  292. HTTP Method:POST, DELETE
  293. API rate limit:false
  294. Auth required:true
  295. Params:
  296. ['id']
  297. ========
  298. URL:http://twitter.com/friendships/create/id.format
  299. Format:xml, json
  300. HTTP Method:POST
  301. API rate limit:false
  302. Auth required:true
  303. Params:
  304. ['id', 'user_id', 'screen_name', 'follow', 'This method is subject to [13]update limits']
  305. ========
  306. URL:http://twitter.com/friendships/destroy/id.format
  307. Format:xml, json
  308. HTTP Method:POST, DELETE
  309. API rate limit:false
  310. Auth required:true
  311. Params:
  312. ['id', 'user_id', 'screen_name']
  313. ========
  314. URL:http://twitter.com/friendships/exists.format
  315. Format:xml, json
  316. HTTP Method:GET
  317. API rate limit:true
  318. Auth required:true if user_a or user_b is protected
  319. Params:
  320. ['user_a', 'user_b']
  321. ========
  322. URL:http://twitter.com/friendships/show.format
  323. Format:xml, json
  324. HTTP Method:GET
  325. API rate limit:true
  326. Auth required:false (see usage notes)
  327. Params:
  328. ['source_id', 'source_screen_name', 'target_id', 'target_screen_name']
  329. ========
  330. URL:http://twitter.com/friends/ids.format
  331. Format:xml, json
  332. HTTP Method:GET
  333. API rate limit:1 call per request
  334. Auth required:false unless requesting it from a protected user; if getting this data
  335. Params:
  336. ['One of the following', 'cursor']
  337. ========
  338. URL:http://twitter.com/followers/ids.format
  339. Format:xml, json
  340. HTTP Method:GET
  341. API rate limit:1 call per request
  342. Auth required:false unless requesting it from a protected user; if getting this data
  343. Params:
  344. ['One of the following', 'cursor']
  345. ========
  346. URL:http://twitter.com/account/verify_credentials.format
  347. Format:xml, json
  348. HTTP Method:GET
  349. API rate limit:false
  350. Auth required:true
  351. Params:
  352. []
  353. ========
  354. URL:http://twitter.com/account/rate_limit_status.format
  355. Format:xml, json
  356. HTTP Method:GET
  357. API rate limit:false
  358. Auth required:true, to determine a user's rate limit status
  359. Params:
  360. []
  361. ========
  362. URL:http://twitter.com/account/end_session.format
  363. Format:xml, json
  364. HTTP Method:POST
  365. API rate limit:false
  366. Auth required:true
  367. Params:
  368. []
  369. ========
  370. URL:http://twitter.com/account/update_delivery_device.format
  371. Format:xml, json
  372. HTTP Method:POST
  373. API rate limit:false
  374. Auth required:true
  375. Params:
  376. ['device']
  377. ========
  378. URL:http://twitter.com/account/update_profile_colors.format
  379. Format:xml, json
  380. HTTP Method:POST
  381. API rate limit:false
  382. Auth required:true
  383. Params:
  384. ['profile_background_color', 'profile_text_color', 'profile_link_color', 'profile_sidebar_fill_color', 'profile_sidebar_border_color']
  385. ========
  386. URL:http://twitter.com/account/update_profile_image.format
  387. Format:xml, json
  388. HTTP Method:POST
  389. API rate limit:false
  390. Auth required:true
  391. Params:
  392. ['image']
  393. ========
  394. URL:http://twitter.com/account/update_profile_background_image.format
  395. Format:xml, json
  396. HTTP Method:POST
  397. API rate limit:false
  398. Auth required:true
  399. Params:
  400. ['image', 'tile']
  401. ========
  402. URL:http://twitter.com/account/update_profile.format
  403. Format:xml, json
  404. HTTP Method:POST
  405. API rate limit:false
  406. Auth required:true
  407. Params:
  408. ['name', 'url', 'location', 'description']
  409. ========
  410. URL:http://twitter.com/favorites.format
  411. Format:xml, json, rss, atom
  412. HTTP Method:GET
  413. API rate limit:1 call per request
  414. Auth required:true
  415. Params:
  416. ['id', 'page']
  417. ========
  418. URL:http://twitter.com/favorites/create/id.format
  419. Format:xml, json
  420. HTTP Method:POST
  421. API rate limit:false
  422. Auth required:true
  423. Params:
  424. ['id']
  425. ========
  426. URL:http://twitter.com/favorites/destroy/id.format
  427. Format:xml, json
  428. HTTP Method:POST, DELETE
  429. API rate limit:false
  430. Auth required:true
  431. Params:
  432. ['id']
  433. ========
  434. URL:http://twitter.com/notifications/follow/id.format
  435. Format:xml, json
  436. HTTP Method:POST
  437. API rate limit:false
  438. Auth required:true
  439. Params:
  440. ['id', 'user_id', 'screen_name']
  441. ========
  442. URL:http://twitter.com/notifications/leave/id.format
  443. Format:xml, json
  444. HTTP Method:POST
  445. API rate limit:false
  446. Auth required:true
  447. Params:
  448. ['id', 'user_id', 'screen_name']
  449. ========
  450. URL:http://twitter.com/blocks/create/id.format
  451. Format:xml, json
  452. HTTP Method:POST
  453. API rate limit:false
  454. Auth required:true
  455. Params:
  456. ['id', 'user_id', 'screen_name']
  457. ========
  458. URL:http://twitter.com/blocks/destroy/id.format
  459. Format:xml, json
  460. HTTP Method:POST, DELETE
  461. API rate limit:false
  462. Auth required:true
  463. Params:
  464. ['id', 'user_id', 'screen_name']
  465. ========
  466. URL:http://twitter.com/blocks/blocking/ids.format
  467. Format:xml, json
  468. HTTP Method:GET
  469. API rate limit:1 call per request
  470. Auth required:true
  471. Params:
  472. []
  473. ========
  474. URL:http://twitter.com/report_spam.format
  475. Format:xml, json
  476. HTTP Method:POST
  477. API rate limit:A user is allotted a fixed number of spam reports an hour.
  478. Auth required:true
  479. Params:
  480. ['id', 'user_id', 'screen_name']
  481. ========
  482. URL:http://twitter.com/saved_searches.format
  483. Format:xml, json
  484. HTTP Method:GET
  485. API rate limit:true
  486. Auth required:true
  487. Params:
  488. []
  489. ========
  490. URL:http://twitter.com/saved_searches/show/id.format
  491. Format:xml, json
  492. HTTP Method:GET
  493. API rate limit:true
  494. Auth required:true
  495. Params:
  496. ['id']
  497. ========
  498. URL:http://twitter.com/saved_searches/create.format
  499. Format:xml, json
  500. HTTP Method:POST
  501. API rate limit:true
  502. Auth required:true
  503. Params:
  504. ['query']
  505. ========
  506. URL:http://twitter.com/saved_searches/destroy/id.format
  507. Format:xml, json
  508. HTTP Method:POST, DELETE
  509. API rate limit:true
  510. Auth required:true
  511. Params:
  512. ['id']
  513. ========
  514. URL:http://twitter.com/oauth/request_token
  515. Format:[10]OAuth HTTP Authorization Scheme
  516. HTTP Method:GET
  517. API rate limit:false
  518. Auth required:
  519. Params:
  520. ['Only ASCII oauth_nonce values are accepted']
  521. ========
  522. URL:http://twitter.com/oauth/authorize
  523. Format:[10]OAuth HTTP Authorization Scheme
  524. HTTP Method:GET
  525. API rate limit:false
  526. Auth required:
  527. Params:
  528. []
  529. ========
  530. URL:http://twitter.com/oauth/authenticate
  531. Format:[11]OAuth HTTP Authorization Scheme
  532. HTTP Method:GET
  533. API rate limit:false
  534. Auth required:
  535. Params:
  536. ['force_login']
  537. ========
  538. URL:http://twitter.com/oauth/access_token
  539. Format:[10]OAuth HTTP Authorization Scheme
  540. HTTP Method:POST
  541. API rate limit:false
  542. Auth required:
  543. Params:
  544. ['Only ASCII oauth_nonce values are accepted']
  545. ========
  546. URL:http://api.twitter.com/1/trends/available.format
  547. Format:xml, json
  548. HTTP Method:GET
  549. API rate limit:true
  550. Auth required:false
  551. Params:
  552. ['lat', 'long']
  553. ========
  554. URL:http://api.twitter.com/1/trends/woeid.format
  555. Format:xml, json
  556. HTTP Method:GET
  557. API rate limit:true
  558. Auth required:false
  559. Params:
  560. ['woeid']
  561. ========
  562. URL:http://twitter.com/help/test.format
  563. Format:xml, json
  564. HTTP Method:GET
  565. API rate limit:false
  566. Auth required:false
  567. Params:
  568. []
  569. ========
  570. URL:http://search.twitter.com/search.format
  571. Format:json, atom
  572. HTTP Method:GET
  573. API rate limit:1 call per request
  574. Auth required:false
  575. Params:
  576. ['callback', 'lang', 'locale', 'rpp', 'page', 'since_id', 'geocode', 'show_user', 'Query strings should be [21]URL encoded', 'Queries are limited 140 URL encoded characters', '[22]Some users may be absent from search results', 'Combine any of the operators together', 'Originating from an application', 'OR to combine queries', 'Negation', 'since', 'filter', 'source', 'lang= operator', 'location operator', 'near', 'geocode']
  577. ========
  578. URL:http://search.twitter.com/trends.format
  579. Format:json
  580. HTTP Method:GET
  581. API rate limit:1 call per request
  582. Auth required:false
  583. Params:
  584. []
  585. ========
  586. URL:http://search.twitter.com/trends/current.format
  587. Format:json
  588. HTTP Method:GET
  589. API rate limit:1 call per request
  590. Auth required:false
  591. Params:
  592. ['exclude']
  593. ========
  594. URL:http://search.twitter.com/trends/daily.format
  595. Format:json
  596. HTTP Method:GET
  597. API rate limit:1 call per request
  598. Auth required:false
  599. Params:
  600. ['date', 'exclude']
  601. ========
  602. URL:http://search.twitter.com/trends/weekly.format
  603. Format:json
  604. HTTP Method:GET
  605. API rate limit:true
  606. Auth required:false
  607. Params:
  608. ['date', 'exclude']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement