Quickblox sample code unauthorized - xcode

I'm creating a chat app using this Quickblox chat tutorial. I downloaded a demo project and put my app details in AppDelegate.m. When I run the project I get an error message - unauthorized.
Why is this happening? Thanks for the help!

Chat application uses predefined demo user login & password.
If you put your app details - you also have to update your user demo user login & password. Go to admin panel and create a new user for example.

Related

How to register a normal user using django oAuth toolkit

I am using the Django-Oauth-toolkit in my web app development.In that i can able to create new application using django admin panel and created the new admin users.And i can able to login that newly created admin users and able to get the token.But my problem is, i can able to register the user using my model and user is created in my db.But when i try to login with created user and try to get token with o/token with oauth grand type, then i am not getting token and getting invalid credentials response.But super user credentials login and token generation is working fine.And in django admin panel, super users are listed under 'Authetication and authorization' and normal users are listed under Django app.So please help me how to generate the tokens for users which are registered in django app.Or how to create the super users from django app.
I hope you found a solution to your issue. I was facing the same problem, and stumble on this answer.
You should check it out.
On the other hand you should use django's createsuperuser command to add users, so that they are also registered in your django oauth toolkit application.

Creating a welcome mail for users when Google Marketplace App is installed

We have a new app in the Google Marketplace - and I am struggling to find out how to get an email sent to the Admin who installs the Application. On so many apps you do the install - and then voila - in your mailbox is the Welcome mail from them - furthering the customer experience.
How do we get that email sent, as I cannot even see who the Admin user is that installed the Application?
Any help would be very much appreciated.
Thank you!
You can configure an "Admin Config URL" in the Marketplace Listing page that is suggested to the admin during the install.
you can wait for the first login to your app, check your users DB and send email if it is the first time.

App access in new update of Google Play Console

My app is having login for admin users and login for other users. And mandatory login for all users to view cart. What should I do?
Please Check this Screenshots:
Screenshot in Play Console App access
Screenshot for add new instructions

Bot Authentication

I am trying to authenticate user from my bot using azure active directory.
I have done all the steps accordingly as per official documentation.
Unfortunately,while I run the bot emulator it doesn't prompt user login and anything only shows 401 directline.conversationUpdate. See the screen shot below:
I am trying this example from Git Hub
Note: I have also integrated ngrok exe and configured like below:
Based on your capture, pls have a check that if you have configed your app id and secret correctly as 401 error means you have not authorized successfully. At this period, the most related thing here is app id and secret.
You can find app id here in your bot :
And click "Manage" to create a secret.
Once the auth card pompted up, pls make sure that your account to login belongs to the tenant that you configed in OAuth Connection Settings on Azure portal.

how to get authorization code to my wp app for google authentication?

In my WP7.5 app, I have redirect the user to google web page where is asked to giving the app permissions to access to his account, user click yes, but it redirects to a page where there is the code and user is supossed to copy/paste that to my app.
The Response is
Please copy this code, switch to your application and paste it there:
4/3oHAHtqSk1CqA3S8HlEsuQRaE08e.4nCBpXhR-R8WgrKXntQAax02U4CwcgI - Auth code
I want to, when user press ok, return to my app with that code, is there any way to do that?
-SheikAbdullah
If you're using the Browser control, here's a great CodeProject article on how to do it:
Google OAuth2 on Windows Phone

Resources