OAuth in mobile apps without the need for a server?

Pardon the newbie question, but I’m brand new to using Cordova with Meteor.

I’m trying to use Facebook OAuth, which requires ServiceConfiguration to be set up on the server side. It works great while I’m running Meteor and my phone is connected, but once I shut down Meteor, obviously the server side goes away. :slight_smile:

So the question is, is there no way to embed server-side data into the app itself? It seems silly to have to connect to a Meteor server somewhere just to use Facebook OAuth, when plenty of mobile apps do so without needing to contact a third party first. How do I do all my OAuth entirely client-side?