如何从 Windows Phone 获取可在状态更新中播放的 mp3?

发布于 2025-01-06 12:30:30 字数 501 浏览 1 评论 0原文

Facebook 有一个很好的功能,如果我将 mp3 文件的链接粘贴到我的状态更新中,它会生成这个漂亮的小 mp3 播放器。

例如,将此链接粘贴到您的状态框中,您将看到 Facebook 墙上播放一首名为“intro”的歌曲。

http://pmtmobile.sergata.net/content/songs/4084_Intro.mp3

一切都非常酷。

但是,我尝试与 WindowsPhone 共享任务共享此链接,而 Facebook 不会为其生成 mp3 播放器。我尝试过 ShareLinkTask 和 ShareStatusTask,但似乎都不允许附件。

facebook 似乎为状态更新生成了一个“附件”,但我在 C# API 中没有看到任何用于将附件添加到状态共享的信息。

我怎样才能做到这一点?

Facebook has this nice feature, that if I paste the link of an mp3 file into my status update, it generates this nice little mp3 player.

For example, paste this link into your status box, and you will see a song named "intro" play on your Facebook wall.

http://pmtmobile.sergata.net/content/songs/4084_Intro.mp3

All very cool.

However, I'm trying share this link with the WindowsPhone share tasks, and Facebook does not generate the mp3 player for it. I have tried both ShareLinkTask and ShareStatusTask but neither seem to allow attachments.

It seems, that facebook generates an "attachment" for the status update, but I'm not seeing any information in the C# APIs to add attachments to a status share.

How can I make this work?

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

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

发布评论

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

评论(1

毁梦 2025-01-13 12:30:30

尝试使用 ShareLinkTask 而不是 ShareStatusTask。这里您也面临问题,意味着您可能需要为您的应用程序手动实现 Facebook 库。

Try ShareLinkTask instead of ShareStatusTask. Here also you face issue means, you may need to implement Facebook library manually for your application.

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