Hello Everyone,
Is it possible to like and retweet tweet using twitter api v2?
I know it’s possible in v1.
And Can I look up for certain hashtags and get the array of tweet?
Please anyone help me with this.
Recently, Try This Wordpress Auto tweet plugins With my friend site https://twitter.com/JonasAnkunding/status/1349006928299630597 its working perfect for us , but I don’t Know about any technical stuff… but its working For retweet .
No, those are v1.1 endpoints only.
Can I look up for certain hashtags and get the array of tweet?
You can search for a hashtag in v2, yes: Search Tweets introduction | Docs | Twitter Developer Platform and then given the tweet IDs from those results, you can like and retweet using v1.1 endpoints.