0

我通过 Faceboook API(v3.1,实现了所有最新更改)创建了一个实时视频,它对我来说没问题。当我尝试使用通话删除视频时:

DELETE https://graph.facebook.com/v3.1/{live_video_id}?access_token=token 
-----------------------
"error": {
    "message": "(#200) The permission(s) publish_actions are not available. It has been deprecated. If you want to provide a way for your app users to share content to Facebook, we encourage you to use our Sharing products instead.",
    "type": "OAuthException",
    "code": 200,
    "fbtrace_id": "Dcl7arp3pts"
}

为什么?我已经在 oAuth 登录中请求了所有需要的权限(“publish_video”、“publish_pages”、“manage_pages”、“user_managed_groups”、“user_friends”、“public_profile”、“user_videos”),否则我无法创建直播视频。

4

0 回答 0