If Anyone have done facebook integration with Qt Application?plz guid me
-
i want to integrate facebook(Api) integration with Qt (C++ or Qml).Just like my appliation have lots of articles and news
so the user can like(facebook like) those article or post some comments(facebook comments box).so i want facebook like button and facebook comments box in my appliaction,as we see on many websites -
Any one??
-
"QFacebook":https://gitorious.org/qfacebook or any other C++ Facebook API might serve what you are looking for. For just the Like button a simple embedded iframe or link "might do it":http://developers.facebook.com/docs/reference/plugins/like/ as well.
-
Thanks Lukas Geyer, iframe is not working and when i m compiling Qfacebook code it shows me following errror:
@
cannot find -lqjson
@
from where i will find that library(json lib). -
You can find it "here":http://lmgtfy.com/?q=qjson.
-
What is that man??? google link ...Do you compile this code at your end??
-
its not working, and i think this code is not for what i want. i simply want a text box with a send button .if user enter some text on textbox and press send button it will post on facebook wall.
if user not logged in so it will redirect to the login screen of facebook.any idea to implement this scenario.[Easiest way]