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 编写一个应用程序,允许用户选择他们想要与他们的帖子相关联的照片。有没有办法在我的应用程序中使用 Facebook 的“从照片中选择”对话框?
我查看了 JavaScript SDK 并没有看到它。TIA
您需要访问图形 API 并获取用户的照片,然后自己构建 UI。我推荐 jQuery UI 对话框用于这些用途。它易于使用且看起来很棒。