BFBozad from GetXAPIintwitter-api.hashnode.dev·1d ago · 10 min readSearch Tweets by Hashtag with the X API: Queries and CodeHashtag search looks like the simplest query you can write, and it is the one most people get subtly wrong. The hash is not decoration on a keyword. It selects a different matching behaviour, and if y00
BFBozad from GetXAPIintwitter-api.hashnode.dev·Sep 6 · 18 min readX (Twitter) API Object Reference: Tweet and User FieldsEvery response from the X API v2 is built from a small set of objects: the Post (still called a Tweet in most field names), the User, and the Media, Poll and Place objects that hang off them. This ref00