-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login behaviour optional with setAskForAllPermissionsAtOnce #42
Comments
That's right, we are showing a popup to preview before posting to wall now on Android. It was like this all along in iOS by the way. At the moment, it is not optional although we can make it so. However, I don't know if we can make it optional in iOS. |
That would be great ! I was ready to try and do and pull request to be able to configure the asking but I could not find where it was... Can you point me to the relevant section ? Thanks |
Now I check back and realize you might be asking something else.. Are you asking, durinng login, asking for the write permission? If so, this is controlled by setAskForAllPermissionsAtOnce call during init phase. If you are asking about the preview popup during posting to wall, this is controlled by simple facebook lib we rely on on Android side, I am afraid we cannot tune that behavior at the moment. |
Indeed, I was asking about the login, sorry if it was unclear. Do you think it would be OK to add a parameter in the options of the plugin to override the default value of |
Yes, but we should think about the iOS implementation as well. I am not even sure if it is possible. |
Hi,
I just reinstalled the plugin and it seems that now, Facebook asks for the app to be able to write on the wall. Is it something expected ? Can we deactivate this behaviour ?
Thanks for your plugin, it is very useful !
The text was updated successfully, but these errors were encountered: