C# Class AjaxControlToolkit.TwitterAPI

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

Méthodes publiques

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

Private Methods

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

Method Details

GetProfile() public méthode

public GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
screenName string
count int
includeRetweets bool
includeReplies bool
Résultat IList

GetSearch() public méthode

public GetSearch ( string search, int count ) : List
search string
count int
Résultat List