David Ferris
David Ferris

Reputation: 2325

Client Side Twitter Feed

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

Answers (1)

Chandrakant Audhutwar
Chandrakant Audhutwar

Reputation: 345

Have you seen embedded timeline by Twitter, this method don't require api. You can just embed client side.

Upvotes: 1

Related Questions