Soundcloud与Phonegap应用程序集成

时间:2014-06-07 19:40:40

标签: cordova soundcloud

我想知道我可以将我的应用与Soundcloud集成多少。我想要做的是与已经拥有soundcloud帐户的特定用户集成和同步,以便用户可以通过我的phonegap应用程序访问他们的音乐。这是否有可能搜索声音列表以确保没有重复?

最后有人可以指导我找到销售存储在Souncloud上的音乐的版权问题

2 个答案:

答案 0 :(得分:0)

Soundcloud有javascript API。这应该让你开始使用soundcloud和cordova http://developers.soundcloud.com/docs/api/guide

法律声明和版权声明在soundcloud的主菜单中。你看到了他们!! https://soundcloud.com/terms-of-use

https://soundcloud.com/pages/copyright

答案 1 :(得分:0)

This is possible in a couple ways:

  1. You have the users login to their soundcloud account via auth0 authentication (redundant) - Soundcloud Mobile Authentication Widget

  2. Their profile is a public profile in which case they can enter their SC username through a form which would splice into a url string and execute a chain of api requests.

I'd suggest going with the first method as the second method is largely just a hack, would and would require more work. On the other hand, it could make you app a bit more lean.