Hi, please help!
I have made a website that fetches tweets from my own account and acts according to these. Somehow this update has sliped by me, but now my website doesn’t work, and I am supposted to present my project for an exam tomorrow. So you can imagine my panic.
I have been using javascript calling: “var twitter_api_url = ‘http://search.twitter.com/search.json’;” and "$.getJSON( twitter_api_url + ‘?callback=?&rpp=5&q=from:’ + twitter_user, function(data) { ". This is not working and I don’t know how to change it. I get error message 410 (gone) and “The Twitter REST API v1 will soon stop functioning. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview”. I have tried searching for fixes but I can’t find the correct solution. I think that I might need to make an authentication? But I can’t find a proper guide for this with javascript.
Can someone please help me, thanks?