用Facebook API自动删除Facebook页面 [英] Remove Facebook page likes automatically with Facebook API

查看:119
本文介绍了用Facebook API自动删除Facebook页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如我的帖子中所述/ a>在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.

是否可以实现?

推荐答案

尝试使用块方法。

PAGE_ID/blocked?uid=USER_ID_YOU_WANT_TO_BLOCK

这样做应该像删除一样。我不确定是否取消阻止用户重置类似(在Twitter上工作),所以您可以在同一个调用中查看 HTTP DELETE

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.

有关更多信息,请参阅 http://developers.facebook.com/docs/reference/api/page/ #blocked

For more information see http://developers.facebook.com/docs/reference/api/page/#blocked

这篇关于用Facebook API自动删除Facebook页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆