I need to implement a facebook login for my application however I do not have an OAM server.
I cannot use the facebook web login, even though my app is using html files for the UI, because facebook requires you to specify a domain.
And when I look at "facebook for android" step one is to add the facebook library into my gradle dependencies and I don't think that's an option within MAF. It would be great if I could just import the facebook library and use it that way, is this possible?
The other option I have come accross is OAuth, but I cannot find any guides on configuring OAuth within MAF for facebook logins.
Can anyone help me out here? Seems like a pretty simple feature to implement into an app, but I just can't find any information on getting it up and running. (Everything Oracle offers in terms of guides revolves around OAMMS, which as far as I can tell requires you to have a server running OAM)