I have integration/implement Facebook Login in Demo.framework.
Import Demo.framework in my own Cordova Custom Plugin.
Within (FBLoginViewController.m) Custom Plugin call my Demo.framework's function (it's working).
Create Cordova Demo and within demo i have < button /> tag with onClick() method in index.html file and call fbLoginMethod (function) which is define in Custom Plugin's FBLoginViewController.m file.
When FBLoginManage Class open Facebook Native App for Authentication. After Authentication success FBSDK delegate not getting return at index.html.
Note : Without Facebook Native App same Login process scenario is working. (within SFSafariViewController).
Note : Without Facebook Native App same Login process scenario is working. (within SFSafariViewController).