IOS login Facebook error use SDKBOX

I try a project login facebook by IOS, using Javascript.

It success when i don’t input two line :
sdkbox.PluginFacebook.requestPublishPermissions([“publish_actions”]);
sdkbox.PluginFacebook.requestReadPermissions([“public_profile”, “email”, “user_friends”]);

Then i input two line above i get an error:
Error Domain=com.facebook.sdk.login Code=301 “The operation couldn’t be completed. (com.facebook.sdk.login error 301.)” (msg paramenter).

I want get email of user login. I use Xcode Version 7.2 (7C68), cocos2d-x 3.8.
Anyone help me? Thanks!

either you’re sending wrong data, or maybe fb hash key is wrong?

Can you try this thread ?

Hello @nguyenngoi

Did it work for you ?
Let us know if it still didn’t work for you after checking the thread posted by nite.

Best,
Pabitra

I try, but it don’t work. :frowning:

Sorry my answer late.

Hi @nguyenngoi

Could you please check this thread and let me know if it worked for you.