api - 404 network error twitter search with json -


i'm getting error

syntaxerror: illegal character [break on error]

jquery19106301322763694621_1367656472546(�

error: permission denied access property 'tostring'

"networkerror: 404 not found - https://twitter.com/statuses/user_timeline/musictechfest.json?count=5&callback=jquery19106301322763694621_1367656472544&_=1367656472545"

in replay this, , don't understand what's problem, worked yesterday , it's not.

$(document).ready(function() {     console.log('doc ready!');      var search_term = {         q: 'musictechfest'     };      search(search_term);      function search(search_form){         //colsole.log('searching for');         console.dir(search_term);          $.ajax({ //              url: 'http://search.twitter.com/search.json?' + $.param(search_term),                 url: 'http://search.twitter.com/search.json?q=%twitter%count=4$refresh_interval=60000',                 datatype:"jsonp",                 success: function(data){                     console.dir(data);                         (item in data['results']){                     var tweetdate = data['results'][item]['created_at']; 

.... getting limited rate? how check / fix it?

maybe because twitter search api requires authentication?


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -