Skip to content
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

Open
ptbrowne opened this issue Sep 8, 2014 · 5 comments
Open

Login behaviour optional with setAskForAllPermissionsAtOnce #42

ptbrowne opened this issue Sep 8, 2014 · 5 comments
Labels

Comments

@ptbrowne
Copy link

ptbrowne commented Sep 8, 2014

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 !

@koraybalci
Copy link
Member

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.

@ptbrowne
Copy link
Author

ptbrowne commented Sep 9, 2014

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

@koraybalci
Copy link
Member

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.

@ptbrowne
Copy link
Author

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 true of setAskForAllPermissionsAtOnce ? I would be glad to do the pull request :)

@koraybalci
Copy link
Member

Yes, but we should think about the iOS implementation as well. I am not even sure if it is possible.

@koraybalci koraybalci changed the title Asks for posting on the wall Login behaviour optional with setAskForAllPermissionsAtOnce Feb 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants