Hi there,
i am implementing the twitter code that comes in Kitchensink. However I have found that there is a problem: when I use it over a wifi connection it works well but when I try to use in on a 3G network it doesn't show up anything.
Any ideas?
Thanks!
2 Answers
I have this problem too, especially on my school's wifi network (they use a proxy etc). I found out that for some reason, the json file wouldn't display the tweets, but instead gave some error message about some limit (try visiting the twitter URL feed on cellular data) dunno why that happens, I'm guessing something with twitter and the API; Unauthenticated calls are permitted 150 requests per hour. Unauthenticated calls are measured against the public facing IP of the server or device making the request. Hope someone has a solution, thanks
I've found a solution for this problem in this post: http://developer.appcelerator.com/question/56621/httpclient-returning-a-false-timeout-on-3g-only
xhr = Titanium.Network.createHTTPClient({ enableKeepAlive:false });
Your Answer
Think you can help? Login to answer this question!