Hi
How to get below details of Twitter/Linked In Account
"CONSUMER_KEY", "CONSUMER_SECRET", "ACCESS_TOKEN", "ACCESS_TOKEN_SECRET"
Thanks
Hi
How to get below details of Twitter/Linked In Account
"CONSUMER_KEY", "CONSUMER_SECRET", "ACCESS_TOKEN", "ACCESS_TOKEN_SECRET"
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Emily FosterPosted Apr 27, 2025, 5:04 AM
Hello! It looks like you're interested in obtaining the necessary details for setting up a Twitter and LinkedIn account integration, which includes the "CONSUMER_KEY," "CONSUMER_SECRET," "ACCESS_TOKEN," and "ACCESS_TOKEN_SECRET." These are fundamental components for authenticating and accessing the APIs of Twitter and LinkedIn.
To acquire these details, you typically need to create developer accounts on both platforms and then register your application to obtain the required credentials. Here's a brief overview of how you can get these details for Twitter and LinkedIn:
1. Twitter:
- Go to the Twitter Developer portal (https://developer.twitter.com/) and create a new developer account if you don't have one already.
- Create a new Twitter app in the developer dashboard. Within the app settings, you will find the "CONSUMER_KEY" and "CONSUMER_SECRET."
- To generate the "ACCESS_TOKEN" and "ACCESS_TOKEN_SECRET," you will need to authenticate your app with your Twitter account and follow the instructions provided in the dashboard.
2. LinkedIn:
- Navigate to the LinkedIn Developer portal (https://developer.linkedin.com/) and log in with your LinkedIn account.
- Create a new app under the "My Apps" section. In the app settings, you can find the "CONSUMER_KEY" and "CONSUMER_SECRET."
- To obtain the "ACCESS_TOKEN" and "ACCESS_TOKEN_SECRET," you will need to authenticate your app with LinkedIn using OAuth 2.0 flow. This process will involve exchanging authorization codes for access tokens.
By following these steps and configuring your application settings correctly on both Twitter and LinkedIn developer platforms, you will be able to retrieve the required credentials to interact with their APIs securely.
If you encounter any specific challenges or require detailed technical guidance on implementation, feel free to provide more details, and I'd be happy to assist further. Good luck with your Twitter and LinkedIn integration!