Search code examples
twittertweepytweetsfavoritessocial-media-like

Can we access the 'Like' timestamp in Twitter?


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?


Solution

  • 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