fumikito / gianism

WordPress Plugin to enable user to login with Social Account(Twitter, Facebook, Google etc.)
https://gianism.info/
25 stars 25 forks source link

REST API compatibility #55

Open fumikito opened 8 years ago

fumikito commented 8 years ago

Add rest API hook.

manticarodrigo commented 6 years ago

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

fumikito commented 6 years ago

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

If you tell me your environment, that might help me to go forward.

manticarodrigo commented 6 years ago

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.