Hi,
I am working on displaying the most recent tweet of my company on our company Intranet which is on Sharepoint. I am confused and stuck on the process of getting the data.
While i tried registering a widget in my twitter and copy the code snippet on to my Sharepoint site, it works perfectly fine and shows all the tweets of my company. But my requirement is to show only the recent tweet on my intranet for which, i understand for this i have to use the rest API to make JSON call (https://dev.twitter.com/rest/reference/get/statuses/home_timeline ). However the problem is the API requires user authentication and i cannot expect all 50000 users to authenticate when they log into twitter from the intranet to see one tweet. While all the tweets are available to public to see with just a code snippet, i am clear why there is authentication to filter and see 1 tweet from that. Can someone suggest me if there is a better way for me to read the latest tweet and dynamically display on my company intranet.
thanks in advance for the response.