gianism icon indicating copy to clipboard operation
gianism copied to clipboard

REST API compatibility

Open fumikito opened this issue 10 years ago • 3 comments

Add rest API hook.

fumikito avatar Dec 15 '15 08:12 fumikito

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 avatar Jul 05 '18 14:07 manticarodrigo

@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.

fumikito avatar Jul 06 '18 03:07 fumikito

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.

manticarodrigo avatar Jul 06 '18 19:07 manticarodrigo