Spotify的登录错误INVALID_CLIENT:无效的重定向URI的android [英] Spotify login error INVALID_CLIENT: Invalid redirect URI android

查看:1383
本文介绍了Spotify的登录错误INVALID_CLIENT:无效的重定向URI的android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我提出包含集成的Spotify的应用程序,我跟着这个链接 https://developer.spotify.com/technologies/spotify-android-sdk/tutorial/

I am making an application which contain spotify integration, I was followed this link https://developer.spotify.com/technologies/spotify-android-sdk/tutorial/

通过这个链接的参考,我把festevo://回调回调重定向URI

by the reference of this link I was put "festevo://callback" as callback redirect URI

当我我得到同样的错误每次尝试登录到Spotify的。

when I was trying login into spotify every time I was getting same error.

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

    <data
           android:host="callback"
           android:scheme="festevo" />

请告诉我,为什么出现这种情况?

Please tell me why this happen...

感谢您。

推荐答案

我看到一对夫妇可能的事情,可能已经错了:

I see a couple of possible things that could've gone wrong:


  • 这是你没救了重定向URI您键入后,它的那样简单。(仔细检查我的应用程序。)

  • 您没有正确地在你的应用程序的清单指定它。 (在教程仔细检查清单的一部分)

  • 您没有改变REDIRECT_URI值festevo://回调作为教程指定

  • It's as simple as that you didn't save the redirect URI after you typed it in. (Double-check My Applications.)
  • You didn't specify it properly in your application's manifest. (Double-check the manifest part in the tutorial)
  • You didn't change the REDIRECT_URI value to festevo://callback as specified in the tutorial.

希望这能解决您的问题!

Hope this solves your issue!

这篇关于Spotify的登录错误INVALID_CLIENT:无效的重定向URI的android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆