C# Class TwitFaves.Data.TwitterService

Inheritance: ITwitterService
显示文件 Open project: nikhilk/silverlightfx

Public Methods

Method Description
GetProfile ( string userName, Action profileCallback ) : void
GetTweets ( string userName, Action tweetsCallback ) : void

Private Methods

Method Description
ParseDateTime ( string date ) : System.DateTime
ProcessHashTags ( string text ) : string

Method Details

GetProfile() public method

public GetProfile ( string userName, Action profileCallback ) : void
userName string
profileCallback Action
return void

GetTweets() public method

public GetTweets ( string userName, Action tweetsCallback ) : void
userName string
tweetsCallback Action
return void