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

Safe HaskellNone

Web.Twitter.Feed

Documentation

data Tweet Source

Instances

Show Tweet 
Generic Tweet 
ToJSON Tweet 
FromJSON Tweet 

data Link Source

Constructors

Link 

Fields

startIndex :: Int
 
endIndex :: Int
 
newHtml :: String
 

data URLEntity Source

Constructors

URLEntity 

Fields

urlMessage :: String
 
urlIndices :: BoundingIndices
 
displayUrl :: String
 

data UserEntity Source

Constructors

UserEntity 

Fields

screenName :: String
 
userIndices :: BoundingIndices
 

data MediaEntity Source

Constructors

MediaEntity 

Fields

mediaUrl :: String
 
mediaIndices :: BoundingIndices
 
displayMediaUrl :: String
 

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

addLink :: Link -> String -> StringSource

timelineUrl :: String -> Int -> Bool -> StringSource