android-simple-facebook icon indicating copy to clipboard operation
android-simple-facebook copied to clipboard

FacebookSdk not initialized

Open mahmoud-elnaggar opened this issue 9 years ago • 0 comments

Some users using my App are getting this exception

Fatal Exception: java.lang.RuntimeException Unable to resume activity {com.taskspotting/com.facebook.FacebookActivity}: The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first

do I have to write something like this to resolve this issue if (!FacebookSdk.isInitialized()) SimpleFacebook.initialize(this); or you already initialize Facebook SDK as I think you do for sure I Configure SimpleFacebook SDK on Application's class onCreate function and it works very well with me but I don't know what throw this exception with these users

mahmoud-elnaggar avatar Nov 23 '15 12:11 mahmoud-elnaggar