QuickBlox getting started - quickblox

I really like to learn how to create a web chat in a WebProject, not to Android, not to IOs, I mean, I want to learn step by step how to create a chat from a PC to other PC, I downloaded the QuickBlox SDK to Web + Facebook, but what is the next step? I followed:
1.- Register a free QuickBlox account and add your App there.
2.- Download SDK / code sample for your platform.
3.- Update credentials in your application code.
from: http://quickblox.com/developers/5_Minute_Guide#1._Create_your_QuickBlox_account
but at the step 3, I do not how to do it. thanks in advance for your appreciated help.
best regards

You need to copy your credentials into Sample.
Please check this image
http://gyazo.com/adc3c5b7c2ae042fb49950c84e6b0f84

If you want implement the chat in your site, you will need just simply get the short generated html code which you can put on the website anywhere. For this please fill out the corresponding form here:
http://quickblox.com/applications/xmppchat/
Demo - http://quickblox.com/applications/xmppchat/demo.html

Related

Implementing Google Analytics in iOS App, if Firebase is already integrated for Push Notifications

I am having an iOS App in which Firebase is already integrated for the purpose of Push Notifications. So, I am having a GoogleService-Info.Plist file at the root of my target.
Now, I am adding Google Analytics SDK through pods and the tutorial is asking me to download another GoogleService-Info.plist file which is having a tracking ID. So, I am confused now that how to use Google Analytics in this case as I am already having a plist file.
I want to use google analytics as I want to do screen tracking which is not that efficient in FireBase Analytics.
Please can anybody guide me through the process of integrating Google Analytics when Firebase is already present in the app?
Thanks in advance.
This should help you with a common tutorial online FireBase Analytics Docs.
Use these docs to follow along in a tutorial that firebase has. For what I know about firebase is almost all the tutorials and help are written in swift and is kinda annoying if your writing in objective-c like I do. There is also sample projects on their website so it might be helpful to start at a sample project and work from there.

Facebook Messenger App Invalid Scope - permission: pages_messaging_subscriptions

I'm attempting to connect a Facebook Messenger App to one of my pages..
I've connected Facebook Messenger Apps to pages before.
But this is the first time I've received this error...
What gives?
This is a bug and we are currently working on it. In the meantime, please use our beta tier or generate the page access token through our API. To use the beta tier, you can access the following:
https://developers.beta.facebook.com/apps/89000000000000/messenger/
we got same error and here is helpful answer
https://developers.facebook.com/bugs/281723762198561/
In my case, my app was live which was preventing access token generation.
Just go to app dashboard and disable the live checkbox as below:

Login Issue for Google Play Services using Unity Android

I am trying to integrate Google Play game Services in unity for android platform.. And I have integrated and configured in google play developer console. And I have red all the forums and tried all the possibilities that our friends suggest but still When I am pressing login button nothing happens in android mobile..
Please some body help me solve this problem..
Thanks to all.
This is a pretty vague question, so here is a general answer:
First, check out the QuickStart for Google Play Game Services. This covers the general concepts. Pay special attention to how to configure your game in the developer console; this is where most of the problems first time developers with GPGS have issues.
Next, download the Unity plugin from GitHub:
https://github.com/playgameservices/play-games-plugin-for-unity
This repository also has instructions on how to configure the plug in within the Unity environment.
After that, run the samples provided with the plugin, these are applications that are known to work and demonstrate how to call the plugin.
Finally, integrate the plugin into your own game and enjoy!
Try to find application "Google Settings" in your mobile.
open "connected apps" and select your app here.
at bottom there will be a button "Disconnect",after these steps than try to login.
Or tell step by step how you are doing ?

How to integrate QuickBooks Api in iOS App

I have been working since so many days on the QuickBook Api for ios sdk. But not able to find out the relevant link to Integrate this into my Project.
I have Done the following things in my app :-
1) I create an Account om the Intuit site.
2)From there i got the App token and other necessary thing like OAuth Consumer Key and OAuth Consumer Secret.
3)Now i have to link this with my app by which i can upload a file into the QuickBooks.
4) For uploading in the QuickBook I am using the following URL https://quickbooks.api.intuit.com/v3/company/335453891/attachable
i didn't find any solution. is there any quick book Api for ios sdk?
Can anyOne help me out from this, as i am stuck in this and i just want to get rid from this.
Thanks in Advance.

Store my chats in Appcelerator cloud service

I am working on a chat app in Titanium .I need to store my chats in Cloud server provided by appcelerator(ACS). Can anybody give some idea about it .
Suggestions are always appreciated.
Thanks in advance
I would suggest reading the manual. There's an API specifically for Chat.
http://cloud.appcelerator.com/docs/api/v1/chats/create