In general what you will need to use is QNetworkAccessManager.
In general what you will need to use is QNetworkAccessManager.
Ohe this is great thanks for you reply whould you be willing to show me a short example?
Just the bear minimum of how to connect\ login to a web site? (If you got the time for it ofcorse.)
Cheers
WetCode
There is a simple example available in the docs. I can't give you an example on how to login to a website because every website is different.
For facebook I think you should start reading here: https://developers.facebook.com/docs/concepts/login/
You will need either QNetworkAccessManager or WebKit.
Whenever one needs a Qt implementation of something, it is usually a good idea to look at the repository of the largest Free and Open Source software community based on Qt: KDE
https://projects.kde.org/projects/ex...libs/libkfbapi
Bookmarks