Sdkbox facebook listener cocos2d 3.17 not working

Hi all,

I have a problem with new version of cocos2d-x 3.17, i update my version and migrate clasic android projet to android studio. After all migration all working well but when i try use login with facebook and facebook should be callback to my listener block code never success.

I see the log to verify if found some error but, the only log for facebook i have is the following:

com.facebook.appevents.AppEventsLogger: activateApp events are being logged automatically. There’s no need to call activateApp explicitly, this is safe to remove.

I set listenter of the facebook api with this code:

sdkbox::PluginFacebook::setListener(this);

Thanks for any advance.

checking on this.

It is a warning.

I checked v2.4.0.2 facebook with cpp 3.17, login success.

you need to check your facebook id and hash key.