Tapping Facebook Login crashed the app with java.lang.RuntimeException: Failure delivering result.
The project used an incompatible target SDK configuration and retained another app’s Facebook values. Configure the current SDK as required by the Facebook SDK version, then add the correct values to app/res/values/strings.xml:
1 | <string name="facebook_app_id">1234</string> |
The protocol scheme is fb followed by the app ID. Find the app ID on the Facebook app dashboard and the client token under App Settings → Advanced → Security.