Question

  1. Is it possible to change the permissions required by a Facebook app, after it's already been launched?

    If so, what happens with users who already approved the app?

  2. What is the recommended way for a Facebook app to "asynchronously" notify a user about something?

    Is there a way that requires only the default basic permissions?

  3. Can a Facebook app read from / post to a 3rd party's page without the user being an admin of that page?

    If so, will the app require more than the default basic permissions?

Was it helpful?

Solution

Is it possible to change the permissions required by a Facebook app, after it's already been launched? If so, what happens with users who already approved the app?

Yes. What do you mean by what happens? Obviously, your app will only use the permissions that the user has granted. That's it. So, you should ask user for the new permissions again.

What is the recommended way for a Facebook app to "asynchronously" notify a user about something?

That totally depends on what exactly you want and how you implement.

Is there a way that requires only the default basic permissions?

Don't ask for any extra permissions, that's it!

Can a Facebook app read from / post to a 3rd party's page without the user being an admin of that page? If so, will the app require more than the default basic permissions?

Yes. But, only the public posts you can fetch. And no extra permissions are required for this. Example

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top