i'm using package facebook oauth: https://www.npmjs.com/package/react-native-facebook-login
if use fbloginmanager.loginbehaviors.systemaccount
, when user taps facebook login button, ios pop dialog asking if want grant access app. while convenient, drawback i've noticed can ask dozen different permissions , user has no clue app requesting, nor can selectively choose share.
is there way give them choice using native ios facebook account? or should use fbloginmanager.loginbehaviors.native
pops in-app browser them authenticate. (i under impression, according documentation, switch facebook app, doesn't happen)
the native ios implementation (the 1 built apple) not support granular permission dialog see when doing login through native facebook app or safari view controller flow option fallback login method not involve native os implementation.
Comments
Post a Comment