Spotify app - allowed to save user settings by username?

↘锁芯ラ 提交于 2019-12-02 10:28:05

Usernames are typically obfuscated out in the Spotify API, so they're not the best thing to use. However, the anonymous ID for the user is the same for a given user/app ID combo across multiple machines, so you could use that instead. This sort of thing is what we designed the anonymous ID for, so you're good to go on the ToS front.

I can't find anything that restricts you from load/storing data from your own servers and I've seen 'you'd have to use your own server' suggested in a number of questions.

Not sure why other apps would involve FB - probably to get more info from the user or promote their product.

You should use the User's URI instead of their username though. I would expect it be more stable than the username and less likely to be little Bobby Tables.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!