使用 Tornado 框架发送 Facebook 应用程序请求

发布于 2024-12-28 12:13:37 字数 171 浏览 0 评论 0原文

我是一名计算机科学专业的学生,​​也是 Facebook 应用程序开发的新手。我在网上找不到任何好的资源,所以我想知道如何使用 python 龙卷风框架向目标用户发送应用程序请求或消息?到目前为止,我有我的应用程序访问令牌,但我无法让应用程序请求工作...我需要某种参考来遵循,但我没有时间找到一个足够“简单”的参考...谢谢!

I am a student majoring in CS and very newbie to Facebook app development. I couldn't find any good resources online so, I was wondering how can I send an app request or a message using python tornado framework to targeted user? So far, I have my app access token but I couldn't get app request to work... I need some kind of reference to follow but I am not having good time finding one that is "SIMPLE" enough... Thanks!

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

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

发布评论

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

评论(1

绻影浮沉 2025-01-04 12:13:37

无论后端框架如何,应用程序邀请都是在客户端进行的,因此只要您可以使用正确的 Javascript 从服务器流式传输 HTML,那么您就可以顺利进行。

请参阅:http://developers.facebook.com/docs/reference/dialogs/requests/ 有关信息和示例,请在 Javascript 工具中找到并使用:http://developers.facebook.com/tools/console/ 单击 Examples,然后单击 apprequests

Regardless of the backend framework, doing app invites is all client-side, so as long as you can stream out HTML from your server with the correct Javascript, then you'll be well on your way.

See: http://developers.facebook.com/docs/reference/dialogs/requests/ For information and examples can be found and played with in Javascript tool at: http://developers.facebook.com/tools/console/ click Examples, then click apprequests

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