Face book in Qt
-
wrote on 8 Oct 2010, 08:05 last edited by
Can any one tell me about facebook and How can i communicate with facebook through QT
Thanks in Advance.
-
wrote on 8 Oct 2010, 08:21 last edited by
Write program on Qt to communicate with facebook :)
-
wrote on 8 Oct 2010, 10:03 last edited by
At this "link":http://developers.facebook.com/docs/, facebook sdk's listed. You can use javascript api with Qt.
-
wrote on 8 Oct 2010, 10:41 last edited by
Or, look "this":http://code.google.com/p/facebook-cpp-graph-api/
-
wrote on 8 Oct 2010, 11:40 last edited by
Also, "this one":http://github.com/heliocastro/QFacebookGraph. Still work in progress, though.
-
wrote on 8 Oct 2010, 11:56 last edited by
anselmolsm, cool link:)
-
wrote on 8 Oct 2010, 17:22 last edited by
Well, it works already for read, and there's example working. i ḿ in the stage of implementing User object and then the rest of Objects
This is more a cur and paste tedious work, but need be done.
The single QFacebookGraph class can be used directly too.
Auth is not doing by the library, since Facebook terms not allow you doing directly instead of access their web sign on, so second example implements an local auth using web touch page.
4/7