|HELP| Use facebook / google API to authenticate ?
-
I'm working on a desktop App with C++, and I want to give the user the possibility to authenticat with his fb/google account . And I'm a little bit lost here, I can't find anything helpful about that. So guys if you ever have an Idea or a way to start coding it. I'll be thankfull.
I need to mention that I have read about the API- REST and I have used one of IBM cloud, so I now know what an API is and how to use it. I just need to use those of facebook but I can't find a way to start with it. -
@Elmehdi Hey, to use facebook login you must first registrer as a facebook developer, then you must create a facebook app, and with that, you get the access to access keys and api's. Facebook has tons of detailed info about this on their own dev pages.
-
@Elmehdi
use the QtNetworkAuthorization module.For example: https://www.qt.io/blog/2017/01/25/connecting-qt-application-google-services-using-oauth-2-0