powered by
publicTimeline(session=getCurlHandle(), ...) userTimeline(user, session=getCurlHandle(), ...) friendsTimeline(session=getCurlHandle(), ...) mentions(session=getCurlHandle(), ...)
character
user
initSession
getURL
status
userTimeline
The mentions function will return any statuses which mention the authenticated user.
mentions
The friendsTImeline function will return the current timeline of the friends of the authenticated user.
friendsTImeline
getUser
sess <- initSession('myUser', 'myPasss') pt <- publicTimeline() pt mentions(sess) tw <- getUser('twitter', sess) userTimeline(tw, sess)
Run the code above in your browser using DataLab