My facebook app needs publish_actions permissions to post photos to user albums. It works great. However, I would like my app to be more restricted and only be able to publish to certain albums. I know I can show the users a list of available albums and use my code to restrict the access. But it seems there should be a way to limit publish_actions per album. Is it possible to request publish_actions for only a given album?
Why don´t you just show that one Album to the user? Make sure you don´t restrict "by id" (because it´s different for every user, of course) but by ablum name, of course. There´s no other way to restrict this, but you can easily restrict it on your own.