Hi all!
Is there any way to find the entity value of each of the context_annotations?
in the documentation Search Tweets - How to build a query | Docs | Twitter Developer Platform there is an example to get the pets tweets but except for the two entities mentioned there, I cannot find any other.
Any help is appreciated
There is no list of valid entity IDs, you would have to search for a tweet or lookup a tweet that likely contains the annotation you’re interested in, and then use the IDs retrieved to get more of the same Overview | Docs | Twitter Developer Platform
1 Like
I see. Thanks for you reply!