I am trying to GET Twitter feed into my bubble application. Basing on an input like location, I would like relevant twitter feed to be displayed in my application. I understand APIs will be required and see some users use Zapier / Blockspring. I could find any reference or tutorials to achieve this. At the moment I have installed bubble API plugin and pasted this https://api.twitter.com/1.1/search/tweets.json?q=%40twitterapi but it shows authentication error despite providing valid Twitter credentials. My question are :
- What are the steps to get connect and fetch data from Twitter ? How to configure the APIs.
- Do I need to use Zapier or BlockSpring API to achieve this ?
- Is Authentication mandatory to access twitter (I see “none or self-handled” option which makes me wonder if credentials are required at all.
Thank you in advance.