OK. You win. I thought if I spent a few hours on this I could work it out, but it beats me and your website is extremely stuffy.
I used to have my last tweet appear on my webpage using this code (I have my own styling, not the twitter theme. )
“https://api.twitter.com/1/statuses/user_timeline/USERNAME.json?callback=twitterCallback2&count=1”
If I update it to “https://api.twitter.com/1.1/statuses/user_timeline/USERNAME.json?callback=twitterCallback2&count=1”
I get this error:
error: {“errors”:[{“message”:“Bad Authentication data”,“code”:215}]}
From what I’ve read I need to generate some code using oAuth but to do this I first need to Create an Application. This has four fields to complete: Name, Description, Website and Callback URL ( each with there own description underneath, which mean nothing to me)
What do I do with the oAuth code that is generated? Put it in my homepage, can I link to an external file?
Can you offer me any assistance? am I on the right track?
Judging from the amount of sites I have visited to see if they have there feed back up and running, a lot of people would like a laymens guide to this. Maybe there already is one, can I have the link?
Thanks.