Hello,
I've noticed a random problem in the latest days,
 sometimes the jsonp data is returned without the callback function

for instance if you try this for 10 times,
http://search.twitter.com/search.json?since_id=91770779645124609&q=test&callback=a

it should always returns
a (
{
...
    results: [ … ]
...
}
)

instead sometimes it only returns the content but with NO callback
name
{
...
    results: [ … ]
...
}

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe

Reply via email to