How connect with Facebook?
-
I want to login and upload photos on facebook from my application. How can I do this? I find library qfacebook but i don't know how to use it.
-
Have you looked at the examples directory in that library?
-
Probably you should ask the guys from QFacebook as long as the questions are related to it. For Qt related questions you can of course come back here.
-
When I try to run an examples I recive only errors. First i recive error : It couldn't find in .pro file "sub_qjson" in "..../qfacebook-qfacebook/src/3rdparty/qjson". I add this file qjson and i recive other errors: undefined references to 'imp_.......'.
-
What Qt version do you use?
They "say":https://gitorious.org/qfacebook/qfacebook/source/7d721556faf9a9ef2bb83b158352a2f9180adb6e:README#L4 "qfacebook is a Qt4 wrapper library around Facebook's graph api." -
I use version 5.3.1
-
I find this library: "link":https://github.com/pipacs/o2 but i don't know how to use it. I recive only this:
Usage: facebookdemo [OPTION]...
Get OAuth2 access tokens from Facebook's OAuth serviceOptions:
-o Link with Facebook OAuth2 service using Authorization Code
-v Validate Access Token
Anybody can help me?