dongxibo2095 2011-08-12 00:10
浏览 135
已采纳

使用我的网络表单和api上传到我的soundcloud帐户?

I'm creating a mobile application which plays music stored in my SoundCloud account.

Is there any way to create an automatic login to my SoundCloud account (PHP)? I don't want each user to have to use OAuth because it is only accessing my account and they will have already logged into my site.

Basically i just want to have a list of users tracks, and have the users be able to add or delete tracks from this account with my web form.

All the documentation I've seen uses OAuth to log into individuals accounts but i only want to access my account.

any help or a direction to look would be great

thanks

  • 写回答

3条回答 默认 最新

  • dongleiwei2182 2011-08-12 01:26
    关注

    Here's my suggestion: have your users create individual SoundCloud accounts for themselves, then create an interface that allows them to share individual tracks with you, which you can then aggregate into a playlist of some sort (which could then be streamed to whatever device you wish, via SoundCloud).

    This has the following advantages:

    1. You maintain control of your own personal SoundCloud account and don't have to worry about it expanding to an unmanageable size.
    2. You have the ability to moderate tracks, allowing you to screen for copyrighted or troll content.
    3. It's more extensible -- if you use something like Drupal's aggregate facility, or a plugin like FeedWordPress (not sure what your CMS platform is, if any), the RSS feeds of tracks you're using can also be taken and used elsewhere by your users, thus potentially increasing the size of your audience. I.e., a widget that displays the latest tracks people can drop onto social profiles or blogs or whatever.
    4. If set up well enough, your solution might be able to encompass non-SoundCloud streaming sources -- YouTube, etc.

    Basically, you're dumping links sent to you into an RSS feed, which are super easy to work with both cross-browser and cross-OS. I'd personally use Drupal for this, but I'm sure there are ways to do this just as easily in Joomla!, WordPress or any other CMS worth its salt.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 关于大棚监测的pcb板设计
  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)