Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova iOS - Facebook Native App callback return issue? #1361

Open
sachinakhaire opened this issue Mar 30, 2018 · 0 comments
Open

Cordova iOS - Facebook Native App callback return issue? #1361

sachinakhaire opened this issue Mar 30, 2018 · 0 comments

Comments

@sachinakhaire
Copy link

sachinakhaire commented Mar 30, 2018

  1. I have integration/implement Facebook Login in Demo.framework.
  2. Import Demo.framework in my own Cordova Custom Plugin.
  3. Within (FBLoginViewController.m) Custom Plugin call my Demo.framework's function (it's working).
  4. 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.
  5. 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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant