Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Request facebook permissions each and every time

I have developed an app which requests permission from the user to access their basic details. Once they have accepted the request permission dialog box, it gets entered into their facebook settings to allow my app to access their basic details. For example, after the first time, my app will not show them the request permissions dialog box because it has been saved in the users facebook settings.

Is it possible to stop this from happening and ask for their permission each and every time, without the settings getting saved into the users settings section of facebook?

like image 865
oshirowanen Avatar asked Oct 12 '22 03:10

oshirowanen


1 Answers

I don't think it is possible,

After the user allowed you app, Facebook add it to the user's applications.

Then it's there and the user doesn't have to approve it anymore, whe you ask for permissions again, Facebook sees that it was already approved and skip the permissions dialog. The only way to see this dialog again, is for the user to remove the app permissions in its settings. So next time he will have to accept it again.

Anyway why would you like to show this permissions dialog again , it's one of the biggest barriers for users to use your application (users do not like it, and a lot of them stop when they see this dialog and never come back). Actually it's stated in facebook doc somewhere that the more permissions you ask, the less users will accept and use your app ...

like image 146
dwarfy Avatar answered Nov 03 '22 19:11

dwarfy