Masahiko Sakakibara

Results 107 comments of Masahiko Sakakibara

@ghonche This may be only debug mode. Please try this: https://stackoverflow.com/questions/70506466/invalid-key-hash-facebook-login

Did you try to using singed apk?? Even if the key is correct, it will be useless if the apk file is not signed. Read the implementation if you need...

The difficulty with this problem is that the application I am releasing works fine on the actual device of android: https://play.google.com/store/apps/details?id=jp.rdlabo.tipsys @ghonche Can I try Facebook login with this app?...

Hi, again, and sorry for late. I found https://github.com/magus/react-native-facebook-login/issues/297#issuecomment-433816732 , and sign key is changed at bundle. If use "Build bundle", check SHA-1 on Google Play Console. Thanks.

I checked it, but it seems to work normally. Please try v3.2.0.

Please check Xcode's log. This looks this is not plugin issue, maybe facebook settings.

Saw youtube, this may not be plugin error. Do you use current version of iOS and Xcode?

Did you add data to info.plist? https://github.com/capacitor-community/facebook-login#ios-configuration ``` CFBundleURLTypes CFBundleURLSchemes fb[APP_ID] FacebookAppID [APP_ID] FacebookClientToken [CLIENT_TOKEN] FacebookDisplayName [APP_NAME] LSApplicationQueriesSchemes fbapi fbapi20130214 fbapi20130410 fbapi20130702 fbapi20131010 fbapi20131219 fbapi20140410 fbapi20140116 fbapi20150313 fbapi20150629 fbapi20160328 fbauth...

@kingkarki CFBundleURLSchemes may be wrong. Your settings is overwrited. ``` CFBundleURLSchemes fbapp_id littlestar com.googleusercontent.apps.1034936433195-bihnegoa3n2dg20nm5nodl7s5s0h7tth ```

CFBundleTypeRole Editor CFBundleURLSchemes littlestar is overwrited.