Hi everyone.
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.