适用于三星智能电视的 Soundcloud

问题描述 投票:0回答:2

我们使用 Soundcloud API,它只允许在“http”或“https”协议之间发送信息。据我们所知,智能电视使用一种文件系统。因此,无法使用 API 将请求发送到 Soundcloud 服务器,也无法从服务器接收信息。 有什么方法可以在电视上托管某种私有 http 服务器并使用它吗? 或者我们可以使用不同的 Soundcloud API 模块吗? 欢迎任何其他想法... 谢谢!

javascript http filesystems soundcloud samsung-smart-tv
2个回答
0
投票

智能电视能够使用XMLHttpRequest。您可以使用它访问 Soundcloud HTTP API。但是,您可能需要以某种方式验证自己的身份。


0
投票

最终使用跨域请求解决了这个问题 -

$.getJSON
等。
所有这些都由 SoundCloud API 支持。
无论如何谢谢!

© www.soinside.com 2019 - 2024. All rights reserved.