REST API compatibility
Add rest API hook.
How is this going? I am developing a mobile app that requires Facebook and Google login and would love to have a simple solution! Thanks :D
@manticarodrigo Sorry, there's no progress now. I tried to merge it into my ionic app, but temporary abandoned.
How do you create mobile apps? I'm wondering several integration.
- WordPress should store just SNS's ID and register them via REST API by mobile app.
- WordPress should store everything and mobile app utilize them via REST API(problem: redirection on authentication failure)
If you tell me your environment, that might help me to go forward.
I'm making a headless WooCommerce shop manager app using react. I have facebook and google sdks that give me an access token. Right now I'm using this plugin's fb_connect endpoint to register/authenticate users and it returns a cookie. The problem is that I can't send the cookie with my requests. Also it doesn't have a method for Google sign in.