Hi all,
I need to fetch the latest tweets from an account in order to display it on a website footer. The website is built on Django, but the public version is static, meaning that all the pages are prerendered and hosted on a public webserver. This means no server available behind, hence I need to do it completely client side (I found some jQuery examples but they were using the old api). I order to do that I need to expose data for OAuth to public javascript. Which implications have that from a security perspective? Is there any other options?
Thanks!
L