[squeakland] How can I do an Http Post in Etoys?

Steve Thomas sthomas1 at gosargon.com
Thu Apr 7 01:36:28 EDT 2011


I am trying (without much success yet) to figure out how to post images to
Picassa and post a Blog entry using the Google Data API

I am able to figure out how to use HTTP Get

script1
| t1 |
t1 := HTTPClient httpGet: 'http://www.google.com/search?q=squeak'.
self setCharacters: t1 asString

That seems to work, but how do I do a POST? (an example project that
actually connects to blogger or picasa would be nice ;)

Thanks,
Stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakland.org/pipermail/squeakland/attachments/20110407/97a2349f/attachment.html>


More information about the squeakland mailing list