How do i connect facebook login to cordova application -


guys want connect facebook in application. using angularjs cordova/phonegap. have completed code part , tested in chrome , works fine. noticed run in android need add hash key facebook developers site did. after building phonegap build noticed connect facebook button doesnt launch facebook login page in webpage using chrome. happen beacuse not using facebook plugin cordova?

add https in front of url using doesn't default file:// protocol:

<script> (function(d, s, id)  {      var js, fjs = d.getelementsbytagname(s)[0];      if (d.getelementbyid(id)) return;      js = d.createelement(s);     js.id = id;      js.src = "https://connect.facebook.net/en_us/sdk.js#xfbml=1&appid=738518636191412&version=v2.0"‌​;     fjs.parentnode.insertbefore(js, fjs);  }(document, 'script', 'facebook-jssdk')); 


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -