If Anyone have done facebook integration with Qt Application?plz guid me
-
wrote on 29 Oct 2011, 10:14 last edited by
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 -
wrote on 31 Oct 2011, 06:14 last edited by
Any one??
-
wrote on 31 Oct 2011, 06:30 last edited by
"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.
-
wrote on 31 Oct 2011, 09:42 last edited by
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). -
wrote on 31 Oct 2011, 09:51 last edited by
You can find it "here":http://lmgtfy.com/?q=qjson.
-
wrote on 31 Oct 2011, 10:05 last edited by
What is that man??? google link ...Do you compile this code at your end??
-
wrote on 31 Oct 2011, 10:49 last edited by
[quote author="DanSiddiqui" date="1320055531"]Do you compile this code at your end??[/quote]
Of course you have to build QJson as well. Just download the sources from its site; build instructions are included.
-
wrote on 31 Oct 2011, 12:29 last edited by
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]
7/8