Hi all, I'm developing a website using Facebook PHP SDK. My website requests a permission of "publish_action" from users. After user login with facebook account, a second dialog appears and asked for user's publis_action. How can I get the value of "publish_actions" (i mean everyone or friends or self...)(attached photo). Facebook's Graph API only support method to know whether the permission is "granted" or "declined" only (via node /userId/permission) Thank you all.