如何从我的 Facebook 帐户获取 YouTube 共享链接?

发布于 2024-10-20 05:14:48 字数 113 浏览 1 评论 0原文

我想在我的 iPhone 应用程序中列出我在 Facebook 帐户中共享的 YouTube 视频链接。

我该怎么做?

如果您对此有了解,请与我们分享。

提前致谢。

I want to list the YouTube video links in my iPhone app that I have shared in my facebook account.

How can I do this ?

Please if you have knowledge about this, please share with us.

Thanks in advance.

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

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

发布评论

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

评论(2

吾家有女初长成 2024-10-27 05:14:48

查看 FBConnect FBConnect图形 APIREST API 看看这是否可行。

Look at FBConnect FBConnect and Graph API or REST API to see if this is possible.

情独悲 2024-10-27 05:14:48

执行以下指令;

  1. 请求元数据
  2. 获得元数据的响应后,只需从connections解析links字典即可。您将获得一个带有 access_token 和签名的url
  3. 使用 url 再次发出请求。
eg:[fbGraph doGraphGetWithUrlString:[[[resultFacebook valueForKey:@"metadata"] valueForKey:@"connections"] valueForKey:@"links"]]

4.现在,您将从 Facebook 获取 YouTube 网址列表,该列表已存在于您的 Facebook 墙中。

Do the following instruction;

  1. make a request for metadata.
  2. After getting the response for metadata, just parse links dictionary from connections. You will get one url with access_token and signature.
  3. Make one more request with the url.
eg:[fbGraph doGraphGetWithUrlString:[[[resultFacebook valueForKey:@"metadata"] valueForKey:@"connections"] valueForKey:@"links"]]

4 . Now you will get list of YouTube url from Facebook that already is in your Facebook Wall.

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