I have an android application which I already implemented social login using Facebook SDK 4.0 and it works correctly.
I want to extend the application so I decide to linked it with a stable back end.
Now I hosted a parse server on heroku and I can store and retrieve objects correctly also i can add users and authenticate them correctly.
I want to implement the Facebook login feature using my self hosted parse server but I have confused about is it still exists in the open source server side code or not.
I checked an old tutorials they go to Authentication from parse dash board and enable facebook authentication then add the facebook appId and app secret but in my self hosted parse I didn't found this but i still able to using ParseFacebookUtils from my client side.
so is this feature still exists in a self hosted parse? if yes is this any tutorials or help on how to implement it?
Also same question about push notification feature? is it still exist ? how can I handle it via self hosted parse ?