Reputation: 2325
Making an informational website, and looking to have a twitter feed, showing the latest tweets an account made. I understand that the twitter API supports application only authentication, however does this still not require a backend to protect API keys?
Is there a way to achieve this live feed with code exclusively on the client? (That is to say, no backend) I would like to avoid scraping or other hack solutions, if possible.
Upvotes: 0
Views: 174
Reputation: 345
Have you seen embedded timeline by Twitter, this method don't require api. You can just embed client side.
Upvotes: 1