Facebook 的 Qt 客户端
我想使用 Facebook API (http://wiki .developers.facebook.com/index.php/API)在我的Qt应用程序
中。
我不想使用 WebKit
。是否可以仅使用QNetwork
?
有没有关于如何做到这一点的示例?
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 that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您见过 KFacebook,Facebook 的 KDE 客户端吗?
KdePlayground 和 KFacebook
他们有一个库Facebook API 和 Plasma Applet 也是如此。
使用 jQuery 可能更容易。但我认为 Qt4 可以完成这项工作。
Have you seen KFacebook, the KDE client for Facebook?
KdePlayground and KFacebook
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.
使用 QNetworkAccessManager 无需实际浏览器即可访问网络。
Use QNetworkAccessManager to access the web without an actual browser.
您也可以直接使用QHttp
You can also use QHttp directly