quickblox

Quickblox Google Login

纵然是瞬间 提交于 2019-11-27 08:26:34
问题 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! 回答1: 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

How to upload the Users profile pic and how to fetch that profile pic from another users device?

主宰稳场 提交于 2019-11-27 08:16:35
问题 I have a requirement,Lets say there are 3-Users for my app. I want to add an image(Profile pic purpose) to each user so that this image can be visible to other two users who are using the same app. Just like whatsapp profile pics. So for this purpose I did the following things. Step 1 : Logged in as User1 then I added this code to upload image file. After I logged in with User1 credentials and I made Public property as YES while uploading file. NSData *imageData = UIImagePNGRepresentation(

How to generate QuickBlox authentication signature in PHP?

一世执手 提交于 2019-11-27 07:52:52
问题 I want to access the APIs in QuickBlox, but before that we need to authenticate our apps and get a session token, and using session token we can access the other APIs. But the problem is, when I send the authentication request using the required specification given on the QuickBloxwebsite, I am getting the error message: {"errors":{"base":["Unexpected signature"]}} The parameters to generate the signature is: application_id=22&auth_key=wJHd4cQSxpQGWx5&nonce=33432&timestamp=1326966962 And then