I have built a GPS tracker that updates a homepage with its positions (and webcam images).
How can I update a the current location of a google latitude user? A simple bash script invoking curl or a c-program would be nice!
Update: I also need to know how to do the authentication.
Is this what you’re looking for?
In the API Console, be sure to request access to Latitude under the Services tab. This script will prompt for API Key, Client ID, Client Secret and then launch a browser for login (you may need to tweak that line for your system, see below). Once you’re logged in and grant access to your application, you’ll get a code you’ll paste in when prompted by the script. Then you’ll enter your lat/long/elev which will be posted to the service.