javascript - jQuery tweet plugin does not fetch tweets -


i using jquery tweet plugin. unable figure out why plugin not fetching tweets. see there no js errors when @ firebug console.

http://www.montereytravelguide.com

the twitter widget in footer uses jquery tweet plugin.

i appreciate help

thanks

it seems query twitter returns empty result :

http://twitter.com/status/user_timeline/montereytravel.json?count=3&callback=jquery151031489942711777985_1304067889969&_=1304067890328 

returns :

jquery151031489942711777985_1304067889969([]); 

first, seems correct url should :

http://api.twitter.com/1/statuses/user_timeline.json?screen_name=montereytravel 

but requires authenticated user. guess plugin outdated or misconfigured


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -