The methods below are currently available for Newbtech Twitter Wrapper API:

Methods

As at: Release 1.0.0.3 (13 August 2009)

public Friends GetFriends()
public Friends GetFriends(int page)
public Friends GetFriends(string screenName)
public Friends GetFriends(string screenName, int page)

public Followers GetFollowers()
public Followers GetFollowers(int page)
public Followers GetFollowers(string screenName)
public Followers GetFollowers(string screenName, int page)

public Mentions GetMentions()
public Mentions GetMentions(string moreRecentThanId)
public Mentions GetMentions(int count)
public Mentions GetMentions(ServiceParameters parameters)

public Tweets GetTweets(string screenName)
public Tweets GetTweets(string screenName, int count)
public Tweets GetTweets(string screenName, string moreRecentThanId)
public Tweets GetTweets(string screenName, ServiceParameters parameters)

public Tweets GetFriendsTweets()
public Tweets GetFriendsTweets(int count)
public Tweets GetFriendsTweets(string moreRecentThanId)
public Tweets GetFriendsTweets(ServiceParameters parameters)

public Tweets GetPublicTweets()

public Replies GetReplies()

public Tweet SendTweet (string item)
public Tweet SendTweet(string item, string appName)
public DirectMessage SendDirectMessage(string recipient, string tweet)
public SyndicationFeed GetSearch(SearchParameters parameters)

Other Methods

public static string MakeTinyUrl(string url)
public static string MakeUnuUrl(string url)
public UserDetails VerifyCredentials()
public RateLimitStatus GetRateLimitStatus()
Comments (1)
  • Avatar

    Josh Jul 1 2009 - 5:30 am Reply

    When do you get back from vacation? :D

    And do you plan on implementing the ability to authenticate the account so the rate limit is placed on the account instead of the ip address?

Leave a reply

Name (required)

Website