Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从我的 Facebook 应用程序中生成用户到用户请求。
问题是,我只找到使用 JavaScript 的教程。但我想从我的 PHP 环境中向朋友发送请求。
我是否必须以某种方式使用 te Api Call?
谢谢你的帮助!
没有可用于向用户发送请求的 PHP 调用,您只能为此使用 Requests JavaScript API 调用。这是为了防止滥用请求 - 通过防止在未经用户同意的情况下在后台自动发送请求。