通过代码(API)向非好友(Facebook 上的任何人)发送消息和 Facebook 应用程序请求

发布于 2024-12-28 14:29:57 字数 105 浏览 3 评论 0原文

  1. 我可以使用 API 和我的帐户凭据向 Facebook 上的非好友发送 Facebook 消息吗? 2. 我可以创建一个Facebook应用程序并向非朋友发送申请请求吗?
  1. Can I send Facebook Message to a non-friend on facebook with API, with my account credentials ? 2. Can I create an facebook app and send application request to non-friend ?

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

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

发布评论

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

评论(3

蓝眼泪 2025-01-04 14:29:57

并不真地。您可以发送好友请求,如果接受,则发送消息。

Not really. You could send a friend request and then if accepted send the message.

忆依然 2025-01-04 14:29:57
  1. 您根本无法通过 API 发送 Facebook 消息。即使是对你的朋友。
  2. 不,根据 https://developers.facebook.com/docs/reference/dialogs/requests / 应用请求只能发送给用户的好友。这样做是出于隐私原因。
  1. You cannot send facebook messages at all via the API. Even to your friends.
  2. No, Per https://developers.facebook.com/docs/reference/dialogs/requests/ App request can only be sent only to user's friends. This is done for privacy reasons.
白云不回头 2025-01-04 14:29:57

实际上,有 Facebook 发送对话框 (http://developers.facebook.com/docs /reference/dialogs/send/),它允许您一次向最多 50 个用户批量发送消息。这不是完全自动化的,因为它会显示一个对话框,您需要填写消息(复制/粘贴有效)并单击“确定”。

Facebook 发送对话框在 Facebook PowerShell 模块 (http://facebookpsmodule.codeplex.com) 中公开为 Show-FBMessageDialog。请注意,即使列表中只有一个非好友也会使整批用户失效,因此请考虑使用 -FriendsOnly 选项。

至于向非好友发送消息,Facebook 禁止这样做,大概是因为存在明显的滥用可能性。

Actually, there is the Facebook Send Dialog (http://developers.facebook.com/docs/reference/dialogs/send/) which permits you to send messages to batches of up to 50 users at a time. This is not fully automatable, since it displays a dialog and you need to fill in the message (copy/paste works) and click OK.

Facebook Send Dialog is exposed in Facebook PowerShell Module (http://facebookpsmodule.codeplex.com) as Show-FBMessageDialog. Note that even one non-friend in the list will invalidate the whole batch of users, so consider using the -FriendsOnly option.

As for sending messages to non-friends, Facebook prohibits this, presumably due to the obvious potential for abuse.

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