Retrieve all hashtags from a tweet

后端 未结 4 1709
情歌与酒
情歌与酒 2021-01-15 10:26

Is it possible using the Twitter API to retrieve a list of all hashtags present within a single tweet?

For example, let\'s say I have a tweet (let\'s say it has an I

4条回答
  •  终归单人心
    2021-01-15 10:55

    Although @ialphan's solution is good, if you want to sort hashtags with occurance just use this answer in similar question:
    Retrieve all hashtags from a tweet in a PHP function

提交回复
热议问题