[twitter-dev] Re: Quick poll: Can anyone do anything on twitter.com?
No, Firefox 3.5 and Safari 4 on mac can not login or logout. FF 3.5 can not post, favorite, etc. When is this going to be fixed?
[twitter-dev] Re: DDoS Status Update
Is there an insight into the hanging (posts, favorites) that is happening on the twitter.com website?
[twitter-dev] facing problem in twitter search API access
Hi All, I am trying write a simple Android program to get public timelines from twitter corressponding to a keyword. Given below is the snapshot of the code ...below code is blocking on request.getResponseCode() call. Anybody has idea what could be the problem? -- URL url = new URL(http://search.twitter.com/search.json?q=pune); URLConnection connection; connection = url.openConnection(); HttpURLConnection request = (HttpURLConnection) connection; int responsecode = request.getResponseCode() ; // Code is just blocking here -- I have broadband internet connection at home. From home PC I am trying to execute program which has above code. The Internet permissions are granted by adding "" line to the manifest file. I have a firewall configured and running on my PC. I am trying to launch android emulater via eclipse version 3.4.2 (ADT has been added to the eclipse). Please let me know if anybody has faced similar problems. Thanks & Regards, Narendra
[twitter-dev] facing problem in twitter serach API access
Hi All, I am trying write a simple Android program to get public timelines from twitter corressponding to a keyword. Given below is the snapshot of the code ...below code is blocking on request.getResponseCode() call. Anybody has idea what could be the problem? -- URL url = *new* URL(http://search.twitter.com/search.json?q=pune); URLConnection connection; connection = url.openConnection(); HttpURLConnection request = (HttpURLConnection) connection; int responsecode = request.getResponseCode() ; // Code is just blocking here -- I have broadband internet connection at home. From home PC I am trying to execute program which has above code. The Internet permissions are granted by adding "" line to the manifest file. I have a firewall configured and running on my PC. I am trying to launch android emulater via eclipse version 3.4.2 (ADT has been added to the eclipse). Please let me know if anybody has faced similar problems. Thanks & Regards, Narendra