How can I integrate MIT App Inventor with my WordPress site?

Hello everyone,

I’m currently working on a project where I need to integrate a mobile app created with MIT App Inventor with my WordPress website. My goal is to allow users to log in to the app using their WordPress credentials and to sync data between the app and the website.

Here are some specific questions I have:

  1. What’s the best way to authenticate users from the app using their WordPress login details?
  2. How can I securely transfer data between the app and the WordPress site?
  3. Are there any plugins or APIs that could simplify this process?

Any advice or resources would be greatly appreciated!

Thank you!

The easiest way to achieve this would be to display the site in a WebView (native component)/CustomWebView/WebViewExtra, which would allow the user to log in through the site itself, though the user would probably have to log in each time the app is opened.

WordPress does have a REST API, though I'll have to go through it:

When you figure it out, show us, so we can add it to our collection at FAQ Web Services

Thank You so much