Access Google Data Using C ++

I am going to write a simple plugin for Total Commander. I need to interact with the Picasa service. For some time I woke up and found:

1) gdata-cpp-util (type of wrapper for libcurl and libxml) http://code.google.com/p/gdata-cpp-util/

2) use gdata-java-client to transfer Google data and interact with C ++ code through JNI http://code.google.com/apis/gdata/docs/client-libraries.html

So my question is the best way to access Google data in C ++? I think there are experienced people in this area.

Thanks in advance.

+3
source share
3 answers

Google Java API. , Java, "" , , , .

libgdata Gnome, 0.6.5 , , . PicasaWeb API, libgdata docs/reference/html.

API. , C, ++. ++, !

Google PicasaWeb API

  • GDataPicasaWebService - GData PicasaWeb
  • GDataPicasaWebQuery - GData PicasaWeb
  • GDataPicasaWebAlbum - GData PicasaWeb
  • GDataPicasaWebFile - GData PicasaWeb
+2

Google Calenda Note ( #).
, -, XMLparse API, API, . , - .

0

Source: https://habr.com/ru/post/1768015/


All Articles