Facebook has recently changed its data permission policy to allow developers to ask multiple permission on one screen. I was wondering if this is supported at all for a canvas app running in Facebook with Facebooker.
I found this solution for Facebook Connect apps :
http://stackoverflow.com/questions/2526940/facebooker-extended-permissions
Is there something similar for canvas app?
Also, in one application I use FBJS with ajax. I do ajax.require_login = true
before sending the request. That pops up a permission dialog if the use hasn't installed the app. I haven't found any documentation on how it would be possible to allow multiple permissions in that single popup dialog. Any ideas?