You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
Hey,
I think happens to me as well.
It's a NPE on simpleFacebook instance Fatal Exception: java.lang.RuntimeException Unable to resume activity {registration.activities.GetInActivity}: java.lang.RuntimeException: Failure delivering result ResultInfo{who=null, request=64206, result=0, data=null} to activity {activities.GetInActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.sromku.simple.fb.SimpleFacebook.onActivityResult(int, int, android.content.Intent)' on a null object reference
Hi,
I'm having an Exception on this line:
simpleFacebook.onActivityResult(this, requestCode, resultCode, data);
When the user is login into the app and Facebook is returning the callback in the onActivityResult method.
I hope you can help me'
Thanks.
The text was updated successfully, but these errors were encountered: