Twitter search via application only authentication

I want to build a mobile application accessing the twitter search API to display tweets. So basically there is no need for user authentication. I believe I could use twitters application only authentication and get a bearer token but I can’t find out how to do this with Auth0. Is this possible or is there a different way of authenticating via twitter from an App without user credentials and then using the twitter search API.

Help is highly appreciated!

Auth0 handles the scenario where you want your users to authenticate in your app using their twitter identity. To use the twitter search api, all you have to do is register your app on twitter and use the search api.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.