views:

67

answers:

1

I don't know the correct terminology to do a google search. What I want is to make a POST http request to other url, for example twitter, from within mi app in google app engine.

If the question is unclear please comment. Thanks!

Manuel

+3  A: 

Google provides urlfetch for this.

balpha
that's exactly what I wanted! Thanks!
Manuel
You can also use the built in urllib or httplib libraries. Urlfetch gives better control, though.
Nick Johnson