Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.57 KB

TODO.md

File metadata and controls

52 lines (40 loc) · 1.57 KB

Methods Mapped (implemented/not implemented)

Follow, search and get users

List of methods in this Twitter API session page.

  • GET friends/ids

  • GET friends/list

  • GET followers/ids

  • GET followers/list

  • GET friendships/incoming (user context only)

  • GET friendships/lookup (user context only)

  • GET friendships/no_retweets/ids (user context only)

  • GET friendships/outgoing (user context only)

  • GET friendships/show (user context only)

  • GET users/lookup

  • GET users/search (user context only)

  • GET users/show

  • POST friendships/create (user context only)

  • POST friendships/destroy (user context only)

  • POST friendships/update (user context only)

  • (user context only) - Only available using user Third-Party Auth

Tweets

List of methods in this Twitter API session page.

-> Tweets

  • GET statuses/user_timeline
  • GET statuses/home_timeline
  • GET statuses/mentions_timeline (user context only)
  • POST statuses/update]
  • POST statuses/destroy/:id
  • GET statuses/show/:id
  • GET statuses/oembed
  • GET statuses/lookup

-> Retweets

  • POST statuses/retweet/:id
  • POST statueses/unretweet/:id
  • GET statuses/retweets/:id
  • GET statuses/retweets_of_me
  • GET statuses/retweets/ids

-> Likes (formely favorites)

  • POST favorites/create/:id
  • POST favorites/destroy/:id
  • GET favorites/list