We were using Twitter v1 to embed our latest tweets into our website.
<script type="text/javascript" src="https://api.twitter.com/1/statuses/user_timeline/[handle].json?callback=twitterCallback2&count=2"></script>
I understand that we have to use v1.1 now
{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}
I have set up all the api and auth keys but I am not going to use the php example
Is it possible to just replace the current javascript with a new one using something from the 1.1 api.
All we really need is to embed the latest 3 tweets.