Google provides an API for a number of its services and bindings for several languages. However, not everything is supported. So this question comes from my incomplete understanding of things like wget, curl and various web programming libraries.
Once I authenticate, how can I use this to access my restricted pages? It looks like you can use the API to log in and get a token, but I donโt understand what I have to do next to get a limited web page.
In particular, I play with Android and I want to write a script to capture the usage statistics of my application with the Android Market once or twice a day, so I can make pretty diagrams. My goal is likely to be python, but any language code illustrating the use of non-API Google services will be useful. Thanks guys.
source share