Search code examples
azureazure-logic-appsfacebook-permissions

Azure Logic Apps fail condtion


I have setting up an Azure logic apps on my azure account that send posts for both Facebook and Twitter based on an condition many days before I had tested my logic apps successful published post but now this issue occurred I have no idea about that. Many thanks for your help. enter image description here

    {
  "error": {
    "message": "(#200) Requires either publish_actions permission, or manage_pages and publish_pages as an admin with sufficient administrative permission",
    "type": "OAuthException",
    "code": 200,
    "fbtrace_id": "GHv4s/FqX8U"
  }
}

enter image description here


Solution

  • This has to do with user permissions in AAD (Azure Active Directory).
    Go to the logic app's Access control (IAM) -> View my access enter image description here

    In my case I see the following

    enter image description here

    but perhaps you have read-only rights. Once you can modify the logic app, you should have sufficient administrative permissions.