Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

ApiUpdate

sebastianw edited this page Mar 19, 2013 · 52 revisions

v1 twitter.Api functions

  • GetSearch
  • sebastianw done
  • GetTrendsCurrent
  • sebastianw done
  • GetTrendsWoeid
  • sebastianw done
  • GetTrendsDaily
  • sebastianw REMOVED no longer available
  • GetTrendsWeekly
  • sebastianw REMOVED no longer available
  • GetFriendsTimeline
  • GetUserTimeline
  • sebastianw done
  • GetStatus
  • DestroyStatus
  • PostUpdate
  • bear done
  • PostRetweet
  • bear done
  • GetUserRetweets
  • bear done
  • ** Note ** we may want to deprecate this, it's now a special case of GetUserTimeline()
  • GetReplies
  • bear done
  • ** Note ** we may want to deprecate this, it's now a special case of GetUserTimeline()
  • GetRetweets
  • bear done
  • GetRetweetsOfMe
  • bear done
  • GetFriends
  • bear done
  • GetFriendIDs
  • bear done
  • GetFollowerIDs
  • GetFollowers
  • GetFeatured
  • UsersLookup
  • GetUser
  • sebastianw done
  • GetDirectMessages
  • GetSentDirectMessages
  • PostDirectMessage
  • DestroyDirectMessage
  • CreateFriendship
  • DestroyFriendship
  • CreateFavorite
  • DestroyFavorite
  • GetFavorites
  • GetMentions
  • CreateList
  • DestroyList
  • CreateSubscription
  • DestroySubscription
  • GetSubscriptions
  • GetLists
  • GetUserByEmail
  • VerifyCredentials
  • sebastianw no change
  • GetRateLimitStatus

JSON functions

Has the JSON structure changed for them?

  • DirectMessage.NewFromJsonDict
  • Hashtag.NewFromJsonDict
  • List.NewFromJsonDict
  • Status.NewFromJsonDict
  • sebastianw done but review appreciated, there is a lot of stuff in this class
  • Trend.NewFromJsonDict
  • sebastianw done
  • Url.NewFromJsonDict
  • User.NewFromJsonDict
Clone this wiki locally