I have already implemented Facebook login with my quickblox application, but I was wondering if there was any way to implement Google login as well? There's nothing on their documentation that would suggest that, but I was just wondering if anyone on here has figured out how to do it? Thanks!
相关问题
- Is it possible to use HTTPS only for login in Spri
- glassfish 4 programmatic login
- Google signin: Permission denied to generate login
- Cannot log in using SQL authentication ONLY from a
- iPhone app crashes after first Facebook Connect au
相关文章
- Creating GoogleApiClient for multiple activities
- Google Plus Login Integration Error iOS
- React - How to check if JWT is valid before sendin
- django 1.9 and registration/login.html
- Unable to sign in to Google from the GooglePlusSam
- How to get the user login/logoff time by Python fo
- QuickBlox Video Chat Quality
- PHP Session Class and Use / Secure Logged In Page
QuickBlox doesn't support Google+ out of the box like Twitter and Facebook,
but, anyway, you can implement Google+ login.
For example, you have Google+ email and you would like to use it to login to QuickBlox,
here is what you can do:
First time when you do this - this request will fail because you don't have such user.
You need to process this error and create new user:
and then repeat login request.
Fore more info you can refer Users code sample
And you can build password using any algorithm you want, this just an example with hash
make sense?