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: Could not fetch URL: https://api.twitter.com/1/statuses/update.json at com.google.appengine.api.urlfetch.URLFetchServiceImpl.convertApplicationException(URLFetchServiceImpl.java: 106) at com.google.appengine.api.urlfetch.URLFetchServiceImpl.fetch(URLFetchServiceImpl.java: 39) On Jul 23, 3:17 am, "[email protected]" <[email protected]> wrote: > Hi, > > I have a problem with OAuth and Twitter right now. > My application is a small Twitter client and was working fine about 6 > hours ago but after that > I couldn't connect to Twitter anymore. I checked Twitter and their > OAuth and all the APIs are > working perfect. It seems like GAE's urlfetch is not working to > Twitter. > > I heard my friends also have a problem with connecting Twitter with > OAuth on GAE. > > Does anyone know how to solve this problem? > > Thanks, > Keiya Kanno -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
