基于访问令牌的统计数据?

发布于 2024-12-07 20:56:39 字数 410 浏览 5 评论 0原文

我的应用程序存储 Facebook 访问令牌以供离线使用。该应用程序的主要目的是允许用户在朋友生日的指定天数内自动在人们的墙上发帖。

我的应用程序因垃圾邮件而被 Facebook 屏蔽(一些用户向他们的朋友发送营销消息,而不是使用该应用程序来实现其目的)。

我想找出这些用户是谁并阻止他们访问我的应用程序。唯一的问题是我的 Facebook 应用程序有几百个访问令牌(我的应用程序的每个用户都有一个)。见解仪表板不向我提供每个访问令牌的统计信息。我需要找出哪些用户的墙上帖子被报告为垃圾邮件。

有什么办法可以做到这一点吗?

上诉后,Facebook 解除了对我的申请的屏蔽,但我不希望这种情况再次发生。据我所知,我可以找出将墙上帖子报告为垃圾邮件的人数...但我不知道哪个访问令牌发布了这些帖子...因此不知道我的哪一个用户正在发布垃圾邮件。

My app stores the Facebook Access Token for offline use. The main purpose of the app is to allow users to automatically posts on the walls of people within a specified number of days of their friends birthday.

My app has been blocked by Facebook due to spam (some users are sending marketing messages to their friends instead of using the app for it's purpose).

I want to find out who those users are and block their access to my application. The only problem is that my Facebook App has a few hundred access tokens (one for each user of my application). The insights dashboard does not provide me with stats per access token. I need to find out which of my users are getting their wall posts reported as spam.

Is there any way of doing this?

After appealing, Facebook has unblocked my application but I don't want it to happen again. As far as I can tell, I can find out the number of people who have reported the wall posts as spam...but I don't know which access token made those posts...and hence don't know which of my users is posting spam messages.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人间不值得 2024-12-14 20:56:39

跟踪您的应用程序内部活动不是 Facebook 的工作。您应该记录每项活动,至少当有人在朋友的墙上发布任何内容时返回的帖子 ID。

还有一次...您不需要需要offline_access权限才能在用户离线时发布某些内容!离线

It's not Facebook job to keep track of your application internal activities. You should be logging every activity, at least posts ids returned when someone posts anything on their friends' wall.

And one more time... you DON'T need the offline_access permission to publish something when the user is offline!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文