简体   繁体   中英

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. 在此处输入图片说明

    {
  "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"
  }
}

在此处输入图片说明

It is probably more a problem of the user's permissions with which you establish the connection in the LogicApp. check if that profile with which you have established the connection with Facebook has the necessary permissions to perform the actions described in the error.

尝试同时注销 Azure / Facebook 并重新输入凭据。

This has to do with user permissions in AAD (Azure Active Directory).
Go to the logic app's Access control (IAM) -> View my access 在此处输入图片说明

In my case I see the following

在此处输入图片说明

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM