Is there a way to ask for certain permissions later in the app when it is needed. For example, ask a user if they want the app to to post to wall, if the user presses the share button.
I believe you have to ask for them at Login time.
I have that now, but we want to change it so it asks for basic information on login, and ask for more from the user when they share something from our app.
You would probably have to do a 2nd login (and potentially a logout before hand) to change permissions.
I believe you have to ask for them at Login time.
I have that now, but we want to change it so it asks for basic information on login, and ask for more from the user when they share something from our app.
You would probably have to do a 2nd login (and potentially a logout before hand) to change permissions.