phonegap-facebook-plugin

Merging Users in Kinvey

我与影子孤独终老i 提交于 2019-12-12 17:22:58
问题 Situation: User A registers an account in our application and logs in. For what ever reason logs out. Logs in to the application again using Facebook social sign on with an account that has the same email associated with it as the original registration had. A second account is created for this sign on and 2 accounts exist in the system. How can I merge these accounts into a single account during the social sign on (by querying for the existence of that email) automatically or with User

facebookConnectPlugin is not defined - PhoneGap Build & Android

你说的曾经没有我的故事 提交于 2019-12-11 22:41:48
问题 I was able to get the facebookConnectPlugin working on iOS using PhoneGap and Ionic. The issue is that when I try to run the exact same app on Android I get the error "facebookConnectPlugin is not defined" . I'm using PhoneGap Build and am not building natively for Android. Here are the steps I've taken to try to get it working on Android: 1) Generated a new keystore. "C:\Program Files (x86)\Java\jre1.8.0_60\bin\keytool.exe" -genkey -v -keystore debug.keystore -alias androiddebugkey -keyalg

phonegap build - facebookConnectPlugin not defined

寵の児 提交于 2019-12-11 02:18:23
问题 I am trying to install a facebook integration in the simplest way with phonegap build. Did the following: added this to config.xml: <gap:plugin name="com.phonegap.plugins.facebookconnect" version="0.9.0"> <param name="APP_ID" value="****************" /> <param name="APP_NAME" value="******" /> </gap:plugin> made sure the plugin appears on installed plugins on phonegap build: it appears as it should. Plugin Source Version Latest Platforms com.phonegap.plugins.facebookconnect pgb 0.9.0 0.9.0