C# Class AjaxControlToolkit.TwitterAPI

Contains methods for interacting with the Twitter API over the network.
Show file Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method Description
GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
GetSearch ( string search, int count ) : List

Private Methods

Method Description
ParseDateTime ( string date ) : System.DateTime
Query ( string resourceUrl, string>.IEnumerable parameters ) : string

Method Details

GetProfile() public method

public GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
screenName string
count int
includeRetweets bool
includeReplies bool
return IList

GetSearch() public method

public GetSearch ( string search, int count ) : List
search string
count int
return List