Make Twitter APIs endpoint as search, user tweets, and make tweet in a few clicks
Overview
There are lots of use cases of Twitter API. Add your home_timeline tweets into your website and Use twitter API to explore content related to your requirements.
Getting started
We are assuming that you already signup on nocodeapi.com. If not then first make an account and activate
Twitter API from Marketplace
.
Note
: First create twitter application here https://developer.twitter.com/en/apps
To make Twitter API we need 4 values:
Consumer Key
Consumer Secret Key
Access Token
Access Token Secret
Click on Create Twitter API
button then put required values into form and click on Create
button. 🎉 Done!
Endpoints
There are following endpoints for Twitter API:
- Get Tweets - List all your tweets as json
- Search Tweets - Search Tweets by passing q param
- Make a Tweet - Make tweet with simple POST call.
Video Tutorial
If you love video tutorial then we also have video tutorial for you.