Facebook Connect 网站如 Digg (PHP)
我正在寻找 PHP 教程或示例,了解如何设置像 digg 这样的 facebook connect 网站。基本上允许本地用户无限期地将他们的 Facebook 帐户连接到他们的本地帐户(直到他们选择退出)。每次他们使用本地帐户登录时,这都会自动将他们重新连接到 Facebook。
我花了很长时间试图找到一个完整的从头到尾的教程。任何建议将不胜感激。
I'm looking for a PHP tutorial or example of how to set up a facebook connect site like digg. Basically allowing local users to connect their facebook accounts to their local accounts indefinitely (until they opt out). This would then automatically reconnect them to facebook every time they log in with their local accounts.
I've been trying for a long time to find a complete start-to-finish tutorial. Any suggestions would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook 提供广泛的文档,包括示例 PHP 网站“The Run around”的完整源代码,具有所有必要的功能。
其中有很多有用的内容,包括 Facebook、浏览器和您的帐户之间发生的确切步骤开发者文档 wiki 上的站点。阅读文档后您有任何具体问题吗?
Facebook provides extensive documentation, including the full source of a sample PHP website, "The Run Around", that has all the necessary functionality.
There's lots of useful stuff, including the exact steps that occur between Facebook, the browser, and your site on the developer documentation wiki. Any specific questions you have after reading the docs?