Facebook login in Qt-Quick
-
wrote on 27 Jun 2016, 14:37 last edited by
Dear all
Someone knows how to use fb login in qt with all its functionality?
What I need, I am having a login page in QML with fb login too on the same.
If user signup and login with our application than will show table with content but if user choose fb login than than what should be redirect_Url to come on android app which is working on QTCP.....Please suggest me if knows.
-
Dear all
Someone knows how to use fb login in qt with all its functionality?
What I need, I am having a login page in QML with fb login too on the same.
If user signup and login with our application than will show table with content but if user choose fb login than than what should be redirect_Url to come on android app which is working on QTCP.....Please suggest me if knows.
wrote on 27 Jun 2016, 14:51 last edited by@Vicky-Sharma
Maybe this could help you:forum.qt.io/topic/65171/help-we-need-halp-with-fb-login-registration-in-mobile-app/
-
wrote on 28 Jun 2016, 05:21 last edited by
ok Let me try this..
-
wrote on 29 Jun 2016, 07:50 last edited by
Sorry but it's required Qt5.6 while I am deploying on Qt 5.3 to 5.6.
So I can not use V-Play engine, is there another way for doing the same either by Java, JavaScript or C++ class etc?
-
Sorry but it's required Qt5.6 while I am deploying on Qt 5.3 to 5.6.
So I can not use V-Play engine, is there another way for doing the same either by Java, JavaScript or C++ class etc?
@Vicky-Sharma
i think the FB WebSDK has references to the DOM (which isn't available in QML).
You may simply create your custom FB login flow with the REST API. This should work in QML, but it requires also some work from yourself.Or you do the login from the C++ side. There are some Qt FB login topics on the web already...
-
wrote on 29 Jun 2016, 09:31 last edited by
Ok
Let me do, do you have link for the same or snapshot of the same code?
-
wrote on 30 Jun 2016, 13:07 last edited by
Yeah.
I got right code in c++ which is working in condition.
2/7