"ParseRequestException: your Mongo database is unavailable" while logging with Facebook - android

I have worked on an Android app where I have used Parse as my backend. It was working good earlier but now suddenly, I am getting "ParseRequestException: your Mongo database is unavailable" when logging with Facebook.
I know I need to migrate it to somewhere other third party backend. But can anyone tell me the reason for the issue?
Please help.
Thanks

My database was shifted to Amazon AWS and there is some setting to be made with Facebook console details. Once I have done the setting, it started to work properly.

Related

How to link android app to a database server?

We're trying to run this github project as a reference for our own project:
https://github.com/gaodayue/RESTaurant_android
It executed after a lot of effort but we can't seem to get past the login page which is shown in figure below. It just says "Unable to login, please try again." and doesn't get past that point. I imagine we need to setup a database server as given in the link below and link it to the app. https://github.com/gaodayue/RESTaurant_backend
We don't have much knowledge regarding database servers so how can we get past the login page and access the app? I've already setup all the softwares as said in the backend link, now what would be the next step. Serious help required.

google cloud platform for saving my database of android app

I am a new Android app developer and I have a freelance android app project as task for me
the app idea is something like social networking app
I don't know from where to start .. after I did some research and found parse. com as backend server cloud but then I found that it is temporarily closed then I found google cloud platform as an alternative,
but I don't know how to start what to do
example I want first to create login screen how I can save login data to the server?
Is it right to create mysql database as usually then import them to the platform
really I need a help and don't know how to start
and this is my first freelance app project if I success in it I can be an employer to the company I
need some tutorial or reference or sample code to understand the idea.
Parse.com is going to shutdown it's services in next January, why don't you go for Backendless or App24 (Both have tutorial on their websites for android and other platforms). Both of them are free with complete backend data control without any required special server side still.

How to login with facebook on android app with NODE.js server?

i created an android app that talks to a web server written in NODEjs, i built login/sign up system and its working good. I want to add the connect with facebook thing, i succeed added it to my application,and after i hit log in with facebook i get the access token and everything, but what do i do next? how i connect it to my node server? i need to register new account? but what the password would be? I didnt find a lot of information of how exctly all this done. I also know of passport.js(The facebook strategy) in node, but i cant seem to understand how it working if i already have the access token from my android app.
I would be happy if someone could explain me exctly how its all working and what i should do next. thanks!

Android django facebook login

this is my first project with django and i'm using python social auth to create users with the facebook account's and works fine, now im trying to do the same thing but from android and save information on server, some clue to do this
Check the documentation regarding that at http://psa.matiasaguirre.net/docs/use_cases.html#signup-by-oauth-access-token https://python-social-auth.readthedocs.io/en/latest/use_cases.html#signup-by-oauth-access-token. There you will find a code snippet that will simplify your work, take that snippet as a template where you fill the details related to your project (like the return data, etc).
Edit: updated documentation link.

java.net.SocketTimeoutException :Read timed out while trying to create App Engine Backend

I am following a tutorial to create an app with App Engine as a backend and cloud endpoints. I am encountering a problem at the initial stage where I create the app engine backend for the client. The error log shows
"There was a problem generating the API metadata for your Cloud Endpoints classes: java.net.SocketTimeoutException: Read timed out". I had created an endpoint library previously but had to delete it because of some problem. But now I have made a new client app and created the app engine backend on that. Don't know if the problem is because of deleting previous library endpoints.
It maybe a noob question but I'm not able to find any solution, hence this question here. Any help would be greatly appreciated.
I had the same problem and it was due to a complicated query. I was able to fix the problem with a simplification of the query.
Maybe you can post some code?

Categories

Resources