Hello guys what's up :) I'm a bit confused maybe someone can help clear up this process ? I' working on a chat bot on messenger and am looking to build something akin to this login process that available for this bot :
https://www.messenger.com/t/foxsybot . Would need to use this login with oAuth I guess to authenticate against a wordpress instance ? Is this even possible ? From what I saw on the website it's set up with
https://wordpress.org/plugins/wordpress-social-login/ and when trying to login with facebook from the wordpress site I have to go through a 2 step process either link and existing account or create a new one. So would basically need to skip this step ? Can node-wpapi help with this ? So would like to post directly from messenger inside word-press. The only resource I could find was this ? Would this help get an oauth token I can use to both register and login against the wordpress instance from node and make a post ?