Using Google Spreadsheets - Trouble with URL encoding
Posted: Mon May 11, 2009 1:28 am
I'm trying to figure out how to communicate with Google Spreadsheets via Revolution and the Spreadsheets API. Haven't gotten too far. Here is what I'm reading in the Account Authentication API section.
http://code.google.com/apis/accounts/do ... dApps.html
Thanks,
Mark P.
http://code.google.com/apis/accounts/do ... dApps.html
My question is simply, what WOULD it look like if it were URL encoded? What do I type into my script?The first example illustrates a basic login request. This example is shown not URL-encoded for clarity.
POST /accounts/ClientLogin HTTP/1.0
Content-type: application/x-www-form-urlencoded
accountType=HOSTED_OR_GOOGLE&Email=jondoe@gmail.com&Passwd=north23AZ&service=cl&
source=Gulp-CalGulp-1.05
Thanks,
Mark P.