After a successful Facebook login using the plugin a Facebook access token is set (access_token). However to perform database REST services, I need X-Appery-Session-Token.
How do I get this token? Potential options:
create a new user in the USER collection and then perform a login to appery behind the scene?
Other options.