Error: Class not found when unmarshalling: com.facebook.login.Login Client Request

前端 未结 8 1497
故里飘歌
故里飘歌 2021-01-11 14:35

I am getting this error when hitting the \"Login With Facebook\" (Simple login button).

I have Google, and read other topics here - but I can not see any thing mat

8条回答
  •  粉色の甜心
    2021-01-11 15:13

    Actually this is happend. Because of the onActivityResult method has not implemented in side your Activity and also you must call

    callbackManager.onActivityResult(requestCode, resultCode, data);

    method inside this method. I am sure 100% your problem resolved.

提交回复
热议问题