问题描述
由于在我的post对IT安全堆栈交流,我与一个最近许多未知的(不期望的),喜欢的管理员页面。
As detailed in the my post on IT Security Stack Exchange, I am the administrator for a page with a many recent unknown (an undesired) likes.
有人建议我去学习Facebook的API,写了一个算法来自动删除所好,基于阈值(例如:删除一样,如果用户有一个可疑的量最近顶)。
It was suggested to me to learn the Facebook API and write an algorithm to remove likes automatically, based on thresholds (ex.: remove a like if the user has a suspicious amount recent likes).
我知道很多其他职位讨论与检索等等计数一个Facebook页面问题,但未能找到任何帖子讨论的删除的喜欢的页面的管理。
I'm aware of the many other posts discussing issues with retrieving the like count for a Facebook page, but was unable to find any posts discussing removing likes as the page admin.
这是可能实现?如果是这样,怎么会这样做?
Is this possible to achieve? If so, how would this be done?
推荐答案
尝试寻找到使用块的方法。
Try looking into using the block method.
PAGE_ID/blocked?uid=USER_ID_YOU_WANT_TO_BLOCK
这应该做同样去掉等。我不知道是否疏通用户重置等或没有(在Twitter上的作品),所以你可以看看,作为以及以 HTTP删除
在同一个电话。
This should do the same as removing the like. I am not sure whether unblocking the user resets the like or not (works on Twitter) so you can look into that as well with a HTTP DELETE
on the same call.
据我所知是没有办法从一个页面明确删除等。
As far as I know there is no way to explicitly remove a like from a page.
有关详细信息,请参见
For more information see http://developers.facebook.com/docs/reference/api/page/#blocked
这篇关于删除Facebook页面与Facebook API自动喜欢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!