Yes, you can run the entire OneAll social login flow from your Node/Express backend. Instead of using the front-end widget, let your React Native app call an endpoint like /api/auth/facebook, and your server handles the OAuth redirect, callback, tok…