[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Keith
I'm also seeing problems between appengine and twitter. I'm just trying to post status updates using basic authentication. Code has woked fine for some time and works fine when run locally but fails from appengine. I get the following stack trace from twitter4j Caused by: java.io.IOException:

Re: [google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Ross M Karchner
Unrelated to the issue being discussed, but are you already aware that basic auth is going away in a few weeks? http://countdowntooauth.com/ On Fri, Jul 23, 2010 at 7:49 AM, Keith dunelmt...@gmail.com wrote: I'm also seeing problems between appengine and twitter. I'm just trying to post

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread nischalshetty
@Ross I've been using oAuth -Nischal On Jul 23, 6:15 pm, Ross M Karchner rosskarch...@gmail.com wrote: Unrelated to the issue being discussed, but are you already aware that basic auth is going away in a few weeks? http://countdowntooauth.com/ On Fri, Jul 23, 2010 at 7:49 AM, Keith

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread gmcbay
Same problem here. A Java-based GAE that has been working fine for months suddenly stopped working either late last night or early this morning. Twitter API requests are causing Java IOExceptions (they work once in a while but fail like 90% of the time). The same requests work fine when

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Nanaya Hoshizaki
I have the same problem on GAE/J. My application is working surely on the local environment, but it is not working on the product environment. Nanaya Hoshizaki On 7月23日, 午前11:39, nischalshetty nischalshett...@gmail.com wrote: I'm facing the same problem. Not able to obtain the redirect URL from

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread michisu
Hi. I have the same problem on the production environment. urlfetch throws DownloadError: ApplicationError: 2 or DownloadError: ApplicationError: 5. Thanks, michisu On 7月23日, 午前11:39, nischalshetty nischalshett...@gmail.com wrote: I'm facing the same problem. Not able to obtain the redirect

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread nischalshetty
@Ikai Great to hear from you. Kinda relieved! Hope this thing gets sorted soon. Keeping my fingers crossed. -Nischal On Jul 23, 10:21 pm, Ikai L (Google) ika...@google.com wrote: We've been working with Twitter on this. On Thu, Jul 22, 2010 at 8:56 PM, TAKEUCHI POMU pomu0...@gmail.com

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Nanaya Hoshizaki
I have the same problem. My application is working surely on the local environment, but it is not working on product environment. -- Nanaya HOSHIZAKI On 7月23日, 午後11:40, nischalshetty nischalshett...@gmail.com wrote: @Ross I've been using oAuth -Nischal On Jul 23, 6:15 pm, Ross M Karchner

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread nischalshetty
The twitter and Appengine team is working on the issue. It should hopefully be fixed soon. Keep your fingers crossed and hopes high! -Nischal On Jul 23, 10:56 pm, Nanaya Hoshizaki kid0...@gmail.com wrote: I have the same problem. My application is working surely on the local environment, but

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Nanaya Hoshizaki
sorry for my duplication mail. On 7月24日, 午前2:56, Nanaya Hoshizaki kid0...@gmail.com wrote: I have the same problem. My application is working surely on the local environment, but it is not working on product environment. -- Nanaya HOSHIZAKI On 7月23日, 午後11:40, nischalshetty

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread nischalshetty
It's working now! Thank you Appengine team! -Nischal On Jul 23, 11:01 pm, Nanaya Hoshizaki kid0...@gmail.com wrote: sorry for my duplication mail. On 7月24日, 午前2:56, Nanaya Hoshizaki kid0...@gmail.com wrote: I have the same problem. My application is working surely on the local

Re: [google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Ikai L (Google)
Twitter is posting an update shortly. It's a result of users violating Twitter's terms of service, resulting in portions of traffic from GAE being blocked. Note that this is fixed in the short term, but we're going to have to devise a longer term solution because there is a chance this can happen

Re: [google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread Ikai L (Google)
Here's the post from Twitter's API team: http://groups.google.com/group/twitter-development-talk/msg/692b6fe2ed357c49?hl=en_US On Fri, Jul 23, 2010 at 12:17 PM, Ikai L (Google) ika...@google.com wrote: Twitter is posting an update shortly. It's a result of users violating Twitter's terms of

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread nischalshetty
@Ikai Thanks for the info. Weird thing, I'm still facing the issue! -Nischal On Jul 24, 12:28 am, Ikai L (Google) ika...@google.com wrote: Here's the post from Twitter's API team: http://groups.google.com/group/twitter-development-talk/msg/692b6fe2e... On Fri, Jul 23, 2010 at 12:17 PM,

[google-appengine] Re: Problem with OAuth and Twitter

2010-07-23 Thread nischalshetty
Calls to twitter are working fine for me, I guess its working for everyone. -Nischal On Jul 24, 1:22 am, nischalshetty nischalshett...@gmail.com wrote: @Ikai Thanks for the info. Weird thing, I'm still facing the issue! -Nischal On Jul 24, 12:28 am, Ikai L (Google) ika...@google.com

Re: [google-appengine] Re: Problem with OAuth and Twitter

2010-07-22 Thread Alon Carmel
It could be twitter blocking calls from the appspot.com servers. it happened before with the appspot servers being blocked by isps as malicious virus spreading domain. did you try using different libraries and not urlfetch? - Cheers, def AlonCarmel(request) import simplejson as json