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

Safe HaskellNone

Web.Twitter.Feed

Documentation

data Link Source

Constructors

Link 

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