Reputation: 1
I am building a REST API using Mule, which will integrate with Twitter’s API to perform some analysis on recent tweets. For this, I have to connect to Twitter API v1.1
I have a few questions regarding this:
Since I haven't done worked with Twitter APIs before, any guidance will be a great help. Thanks.
Upvotes: 0
Views: 39
Reputation: 25837
To use Twitter APIs you need to request developer access: https://developer.twitter.com/en/docs/twitter-api/getting-started/getting-access-to-the-twitter-api
That's unrelated to consuming those APIs from a Mule application or from something else.
Upvotes: 1