JSon/Jquery request with a setTimeout always returns a "null" result? (for Twitter Search API)
- by supermogx
I make a call to the twitter API. 100 posts are retreived + a properties that tells me what the next page to call is. So I wait 5 sec. and call that next page, but the JSon results in the callback function is always null the second time... I think it's probably a JQuery problem...
Here's a complete sample HTML code :
<html>
<head>…