获取Facebook用户相册=>将照片插入网站上的 Mysql 数据库

发布于 2024-12-25 12:31:43 字数 139 浏览 0 评论 0原文

任何人都可以帮我提供有关如何获取 Facebook 用户相册=> 的分步示例吗?照片并使用 PHP 插入另一个网站上的 Mysql 数据库,

就像从网站的 facebook 脚本导入该 facebook 用户的相册一样,

谢谢

Can anyone help me with a step by step sample on how to get Get Facebook user album=> photos and inserted into Mysql db on a another website using PHP

like some kind of import this facebook user's albums from facebook script for a website

Thanks

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

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

发布评论

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

评论(1

筱果果 2025-01-01 12:31:43
  1. 构建一个可以托管 php 和 mySQL 的 Web 服务器。确保您获得有效的 SSL 证书。
  2. 研究 Graph API 的相册以确定要实现的数据结构。 https://developers.facebook.com/docs/reference/api/album/
  3. 配置一个 facebook 应用程序。 https://developers.facebook.com/apps
  4. 使用图形 API 来了解您的查询需要编写 https://developers.facebook.com/tools/explorer
  5. 使用 PHP SDK 来写下您与 Facebook 的集成 https://developers.facebook.com/docs/reference/php/
  1. Build a web server that can host your php and mySQL. Make sure you get a valid SSL cert.
  2. Research the Graph API's album to determine what data structure to implement. https://developers.facebook.com/docs/reference/api/album/
  3. Get a facebook app configured. https://developers.facebook.com/apps
  4. Play around with the graph API to understand your queries you will need to write https://developers.facebook.com/tools/explorer
  5. Use the PHP SDK to write your integration with Facebook https://developers.facebook.com/docs/reference/php/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文