Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我相信这次我的问题很简单。假设我有一个网页,它允许用户将他们的帐户与我网页上的帐户相关联。假设在某个时候facebook禁止了无效帐户(假设其中一些是机器人和蜘蛛),有没有办法检查我的哪些用户以及是否有任何用户被禁止?
停用的帐户无法与 API 一起使用,因此调用/USER_ID将返回false
/USER_ID
false
更新:此消息最近(2012 年第三季度)被更新为一个有效的例外 - 它现在为所有隐私失败和/或访问不存在或已删除的内容返回一个真正的例外
"error": { "message": "Unsupported get request.", "type": "GraphMethodException", "code": 100 }