Qt client for Facebook

I would like to use the Facebook API ( http://wiki.developers.facebook.com/index.php/API ) in mine Qt Application.

I do not want to use WebKit. Is it possible to use only QNetwork?

Is there any example of how to do this?

+3
source share
5 answers

Have you seen KFacebook, the KDE client for Facebook?

KdePlayground and KFacebook

They have a library for the Facebook API and a plasma applet.

It is easier using jQuery, possibly. But Qt4 can do the job, I think.

+4
source

QNetworkAccessManager .

+4
+1

QHttp

0

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


All Articles