Twitter Search API is returning weird characters - is it more or is it them?

Posted by DanSingerman on Stack Overflow See other posts from Stack Overflow or by DanSingerman
Published on 2010-04-29T09:36:32Z Indexed on 2010/04/29 9:37 UTC
Read the original article Hit count: 212

Filed under:
|
|

We are building an app that accesses the Twitter search over JSONP.

It mostly works fine, but occasionally the request returns a JSONP callback that exists of weird unparseable characters.

Here is an example: http://search.twitter.com/search.json?result_type=recent&rpp=100&geocode=51.4375857,-0.1658648,1km&page=5&callback=jsonp1272532482854

(If you change page=5 to a value less than 5 in the URL it works fine)

So

  • Am I doing something wrong?

  • Can anyone suggest a workaround?

© Stack Overflow or respective owner

Related posts about twitter

Related posts about jsonp