PHP 脸书 API

发布于 2024-11-17 06:12:06 字数 126 浏览 0 评论 0 原文

Aarg,找不到这个问题的好的答案: 我如何自动登录 Facebook(知道用户的用户名/密码)然后在墙上发布消息?我已经下载了 facebook.php、base_facebook.php 和其他文件,但我不知道如何让它工作......

Aarg, can't find a good answer to this question:
How can I auto-login on Facebook (knowing the username/password from a user) and then post a message on the wall? I already downloaded facebook.php, base_facebook.php and other files, but I don't how I can get this working...

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

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

发布评论

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

评论(3

蓝色星空 2024-11-24 06:12:06

您需要创建一个 Facebook 应用程序。这将为您提供使用图 api 执行大多数操作所需的 appId 和密钥。

您甚至不需要用户的用户名和密码,他们可以授权您的应用程序发布到他们的墙上。

您可以找到所有信息 https://developers.facebook.com/docs/

You will need to create a facebook app. This will give you the appId and secret that are required to do most things with the graph api.

You don't even need the username and password of the user, they can authorise your app to post to their wall.

You can find all the info https://developers.facebook.com/docs/

花开柳相依 2024-11-24 06:12:06

您可以使用 facebook graph api 和 oauth 在用户的 facebook 墙上发布。

You can use the facebook graph api and oauth to post on the facebook wall of a user.

柒七 2024-11-24 06:12:06

Facebook 的 API 不支持通过用户的电子邮件和密码进行身份验证。您不需要 facebook.php 或 base_facebook.php。您需要的是 PHP 和 cURL 来模拟浏览器 HTTP 请求并手动登录 Facebook。

尝试登录 http://m.facebook.com 并使用 Firefox 的 Firebug 插件 或 Chrome 的 开发者工具来监控浏览器请求。

Facebook's API does not support authentication via a user's email and password. You don't need facebook.php, or base_facebook.php. What you need is PHP and cURL to mimic browser HTTP requests and login to Facebook manually.

Try logging in to http://m.facebook.com and use Firefox's Firebug Addon or Chrome's Developer Tools to monitor browser requests.

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