I would like to use Facebook api
(http://wiki.developers.facebook.com/index.php/API)
in my Qt Application
.
I don't want to use WebKit
. Is it possibile to use QNetwork
only?
Is there any example on how to do it?
I would like to use Facebook api
(http://wiki.developers.facebook.com/index.php/API)
in my Qt Application
.
I don't want to use WebKit
. Is it possibile to use QNetwork
only?
Is there any example on how to do it?
Use QNetworkAccessManager to access the web without an actual browser.
Have you seen KFacebook, the KDE client for Facebook?
They have a library for Facebook API and a Plasma Applet as well.
It's easier using jQuery, probably. But Qt4 can do the work, I think.