twitter-feed-0.1.0.0: Client for fetching Twitter timeline via Oauth

Safe HaskellNone

Web.Twitter.Feed

Documentation

data Link Source

Constructors

Link 

timeline :: String -> OAuth -> Credential -> Int -> IO (Either String [SimpleTweet])Source