Can#39;t delete photo via Facebook API?(无法通过 Facebook API 删除照片?)
问题描述
突然,我无法通过 API 删除 Facebook 照片.我收到此错误:
Suddenly, I can't delete Facebook photos via the API. I get this error:
Array ( [error] => Array ( [type] => OAuthException [message] => (#3) Application does not have the capability to make this API call. ) )
这是什么意思?它突然停止工作.Facebook 阻止了吗?我读过那个.有解决办法吗?
What does this mean? It suddenly stopped working. Is Facebook blocking this? I have read that. Is there a work-around?
推荐答案
你说得对;目前无法通过 Facebook API 从相册中删除照片.
You are correct; there is currently no public access to delete photos from an album via the Facebook API.
这是故意的,没有已知的解决方法.应用可以删除打开的图表操作或它制作的动态故事,但不能删除大多数其他类型的内容,包括照片.
This is intentional and there are no known workarounds. An App can delete open graph actions or Feed stories that it has made, but not most other types of content, including photos.
这篇关于无法通过 Facebook API 删除照片?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法通过 Facebook API 删除照片?


基础教程推荐
- 如何在 XAMPP 上启用 mysqli? 2021-01-01
- 在 yii2 中迁移时出现异常“找不到驱动程序" 2022-01-01
- Doctrine 2 - 在多对多关系中记录更改 2022-01-01
- phpmyadmin 错误“#1062 - 密钥 1 的重复条目‘1’" 2022-01-01
- 找不到类“AppHttpControllersDB",我也无法使用新模型 2022-01-01
- 使用 PDO 转义列名 2021-01-01
- 在 CakePHP 2.0 中使用 Html Helper 时未定义的变量 2021-01-01
- 如何在 Symfony 和 Doctrine 中实现多对多和一对多? 2022-01-01
- HTTP 与 FTP 上传 2021-01-01
- PHP 守护进程/worker 环境 2022-01-01