Here is how to get your Twitter api Consumer Key (API Key), Consumer Secret (API Secret) , Access Token and Access Token Secret. With these 4 values you can tweet out information and data with PHP and api’s.
Be signed into Twitter and head to apps.twitter.com and click the button “Create new app”
Fill out the form; You can put something like “test project” in the name input. A small description of what you’re doing with the api and the website or URL its being hosted at (this can be a placeholder). Skip the callback URL and tick yes for the agreeance to the Twitter developer terms, Now click “Create your Twitter application”.
Now you will come across the app management page like this:
Click “manage keys and access tokens”
A new page will load, Take note and get your
Consumer Key (API Key)
Consumer Secret (API Secret)
Access Token
Access Token Secret
A drained and empty Kennington reservoir images from a drone in early July 2024. The…
Merrimu Reservoir from drone. Click images to view larger.
Using FTP and PHP to get an array of file details such as size and…
Creating and using Laravel form requests to create cleaner code, separation and reusability for your…
Improving the default Laravel login and register views in such a simple manner but making…
Laravel validation for checking if a field value exists in the database. The validation rule…