Created by Ankit Demonstrate on 17/5/16
My Custom Facebook Login Manager
Steps : -
1) call getInstance() and store class Object
2) call initialiseSdk(with parameter) before setContentView() and set Permission whatever you want to access
3) create Model named as User { put fields whichever you want}
4) implement SocialCallBack you will get result over there
5) note should call getCallbackManager().onActivityResult(param) in onActivityResult(param)