We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dc087 commit 4c02860Copy full SHA for 4c02860
src/login-manager.android.ts
@@ -15,12 +15,12 @@ export function _registerLogoutCallback(callback: Function) {
15
}
16
17
export function init(fbId: string) {
18
- com.facebook.FacebookSdk.setAutoLogAppEventsEnabled(true);
19
setAppId(fbId);
20
androidApplication = application.android;
21
try {
22
// fb initialization
23
com.facebook.FacebookSdk.sdkInitialize(androidApplication.context.getApplicationContext());
+ com.facebook.FacebookSdk.setAutoLogAppEventsEnabled(true);
24
25
catch (e) {
26
console.log(e);
0 commit comments