Question by
DenisBezeau0 · Sep 22, 2017 at 06:43 PM ·
facebookpermissions
Facebook publish action wont give permission in editor
Hi, I have an app which calls : FB.LogInWithPublishPermissions(new string[] { "publish_actions" }, LoginCallback); and when I do, I get the facebook popup asking to give permission and I click on Send Success. In my logincallback I dont receive any error. It used to work before, but now, if I look at my permission inside of AccessToken.CurrentAccessToken.Permissions, publish_actions won't show up. It works fine on IOS, this only happens in editor, since I revoked the permission on my facebook settings. I tried deleting the app of my account completly, but it still doesn't work.
Comment