iOS Facebook permissions listed twice on PFFacebookUtils logInWithPermissions -



iOS Facebook permissions listed twice on PFFacebookUtils logInWithPermissions -

i using parse , trying log users in pffacebookutils loginwithpermissions:block: method. asking user_friends permission , once, here i'm getting:

the login process works fine though. here code:

[pffacebookutils loginwithpermissions:@[@"user_friends"] block:^(pfuser *user, nserror *error) { if(user){ ... } }];

is framework bug or missing obvious? on ios 8.1 , have latest parsefacebookutils/parse pods.

ios facebook parse.com parsefacebookutils

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -