geoffjentry/twitteR

Additional fields in userTimeline() ?

pssguy opened this issue · 1 comments

Twitter provides summarized tweet activity for
Media engagements
Detail expands
Link clicks
Profile clicks
Likes
Replies
Retweets

As far as I can tell, userTimeline() only provides info for Likes(favorited) and Retweets(retweeted - though I'm having issue with this so may be misinterpreting) for an individual user.
Is it possible to add the other fields that indicate a reaction by a user to a specific tweet?

I can add anything which you find here: https://dev.twitter.com/overview/api/users

If you have a particular request please let me know.