I'm using FBSDKLoginButton
to allow to user login using Facebook
and using FBSDKLoginButton.readPermissions = @[@"public_profile",@"email",@"user_likes",@"user_birthday"];
to ask for permissions , but when I need one more permission which is publish_actions I should use FBSDKLoginManager
with
logInWithPublishPermissions:@[@"publish_actions"]
but this for some reason affect on my loginButton permission "some of my permission are missing check image
0 comments:
Post a Comment