Scraping Google docs (can't use API)
- by Andy Waite
I'm building an iPhone app which needs a peice of meta data from a user's Google Spreadsheet. Unfortunately the meta data I need is not exposed by the API, so I will need to scrape it from the document's HTML source (it would not be present in any of the exported variants).
Is there anyway to include authentication parameters in a call such as:
http://spreadsheets.google.com/ccc?key=abc123&username=...&password=...