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
contact = {}
contant['email'] = '[email protected]'
contact['twitter'] = '@aloncarmel'
contact['web'] = 'http://aloncarmel.me'
contact['phone'] = '+972-54-4860380'
return HttpResponse(json.dumps(contact))
* If you received an unsolicited email from by mistake that wasn't of your
matter please delete immediately. All E-mail sent from Alon Carmel is
copyrighted to Alon Carmel 2008. Any details revealed in e-mails sent by
Alon Carmel are owned by the Author only. Any attempt to duplicate or
imitate any of the Content is prohibited under copyright law 2008.
On Fri, Jul 23, 2010 at 5:39 AM, nischalshetty <[email protected]>wrote:
> I'm facing the same problem. Not able to obtain the redirect URL from
> twitter, though it was working fine until now. It is still working in
> my development environment but not working on the live app engine
> deployment, Please help ASAP!
>
> -Nischal
>
> On Jul 23, 7: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]<google-appengine%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>
--
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.