I'm about to write an simple plugin for Total Commander. I need to interact with Picasa service. I goggled for a while and found:
1) gdata-cpp-util (kind of a wrapper for libcurl and libxml) http://code.google.com/p/gdata-cpp-util/
2) use gdata-java-client for Google Data transmitting and interact with c++ code via JNI http://code.google.com/apis/gdata/docs/client-libraries.html
So my queston is what is the best way to accessing Google Data with C++? I guess there are experienced people in that field.
Thanks in advance.
Did somes with Google Calenda and Note (though C#).
I think you should use some thing to make request and process response with XMLparse or Google supported API lib to get data from them.
They will change day by day then using their stuff is the best way.