If a user has already authorized my application, but I would like to request additional permissions from the user, how can I do this?
The reason I ask is because I would like to handle authorization with the relatively new Facebook Registration plugin: http://developers.facebook.com/docs/plugins/registration
However, the plugin doesn't appear to provide any way for me to request any permissions beyond the basic, and so later when additional permission are needed, I would like to request the user to increase the permissions granted.