gpt4 book ai didi

c# - 如何使用 Facebook API 发送邀请请求?

转载 作者:太空狗 更新时间:2023-10-29 23:27:57 25 4
gpt4 key购买 nike

我想从我用 C# 编写的 Facebook 应用程序发送邀请请求。

这是我尝试过的:

_fbService.API.notifications.sendEmail(DataList1.DataKeys[e.Item.ItemIndex].ToString(),"Invitation to play a game", "You are invited to play the game","");

这不起作用,它只发送通知,而不是请求。
我做错了什么?

最佳答案

如果您询问如何向未授权您的应用程序的用户发送邀请(即不邀请您的应用程序用户使用新功能或参与事件),那么您不能使用 API。

来自 API 文档 - Notifications.sendEmail :

Sends an email to the specified users, who have both authorized your application and granted it the email extended permission.

允许这样做的 API 函数是 Notifications.sendRequest但它已被禁用,可能是出于滥用和安全的考虑。请参阅备选方案的文档。

关于c# - 如何使用 Facebook API 发送邀请请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/921098/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com