Access Token expire

http://35.198.111.111/ is the OAuth Provider Server. Assume this is like developer.facebook.com.

You’ve to register your client here on Provider Server. This is just client registration.

Actual client is the android app / web app / third party app. So the redirect uri while “registration” is always the one your app is hosted on. In case of Android something your app can catch example oauth://authenticator

In case of android there is already an account authenticator library available GitHub - mntechnique/OAuth2Authenticator. That adds an Android’s AccountManager > Account

For the social login keys error: Social login key has been refactored. It is available on frappe/develop branch you can test that.

Or for now use frappe.db.get_value() workaround Custom apps for cloud users [extend ERPNext with microservices] - #3 by revant_one

I’ll suggest checkout GitHub - frappe/frappekt I and Zarrar are working on it. It is a library to build frappe apps on native android. You can help? We can build apps faster then!!

Library is being used for

3 Likes