Can we access the 'Like' timestamp in Twitter?

7.6k Views Asked by At

I am aware that using Twitter API endpoints, we can access the timestamp for a tweet or retweet. Can we access the timestamp when a user liked (or favorited) a tweet?

1

There are 1 best solutions below

1
Juan E. On BEST ANSWER

You can not access the timestamp for a 'like'/'favorite' via the REST API, you can see 'like' actions via the Streaming API User streams, the problem is that you must be following the account that likes the Tweet before he performs the action to capture the event.

Events you can detect: https://dev.twitter.com/streaming/overview/messages-types#Events_event