Very new mobile developer here...
I am trying to retrieve a list of tweets from a specific user or in a spefic hashtag. The catch is, customer wants that user should not enter any credentials or need to have a twitter account at all.
I think that I need to be able to hardcode a username and password to be able use twitter api calls with them to show results of mentioned tweet queries.
Is this really possible to achieve without twitter api ever asking user for credentials?
Thanks in advance...