fbsamples / fbsamples/reels_publishing_apis
REELS API Copyright Check Always Returns Error
- 主要语言
- JavaScript
- 星标
- 76
- 派生
- 23
- PR 合并指标
- 30 天内没有已合并 PR
描述
[From the Meta for Developers Community Forum:](https://developers.facebook.com/community/threads/365125712916290/)
I've been running into some difficulties lately with uploading videos for both Reels and Stories on Facebook. Whenever I try to upload, the process seems to hit a snag, and I can't seem to get my content to go live.
Looking forward to hearing from you all and hopefully finding a solution together! Thanks in advance for your help."
Steps to Replicate
After Uploading Videos to the following Graph APIs https://graph.facebook.com/v19.0/page_id/video_stories https://graph.facebook.com/v19.0/page_id/video_reels
Checking the status of the Videos using this API https://graph.facebook.com/v19.0/video_id?fields=status
Response : { "status": { "video_status": "processing", "processing_progress": 0, "uploading_phase": { "status": "complete", "bytes_transferred": 151626 }, "processing_phase": { "status": "not_started" }, "publishing_phase": { "status": "not_started" }, "copyright_check_status": { "status": "error" } }, "id": "*****" }
-------------------------------------------
[It looks like this is happening to quite a few people when trying to upload a Reel,](https://developers.facebook.com/community/search?text=reels%20copyright%20error) even when uploading the sample video used in this repo. Additionally, I'm not seeing any error handling for copyright checks when looking at the Facebook Reel Posting here. I notice this repo uses 14.0 - is this a known issue with 19.0?
贡献指南
评估
这个 Issue 还没有评估数据。