I’ve just updated to 1.1 as I noticed that the feed was not working on my client’s site:
The code I’m using is:
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"> </script>
<script type="text/javascript" src="https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=OresaExecSearch&count=3"></script>
When I run the code, I get the following error:
{“errors”:[{“message”:“Bad Authentication data”,“code”:215}]}
Any pointers appreciated.