我在linkedin中注册了应用程序并将oauth2 redirect_url作为 http://localhost:3000/
然后,我添加了accounts-linkedin服务并添加了它的附加信息
accounts-base,accounts-oauth,linkedin
我添加了loginButtons模板,并在字段中提供了我的id和秘密
现在,当我尝试登录到应用程序时,我收到以下错误
Invalid redirect_uri. This value must match a URL registered with the API Key.
Run Code Online (Sandbox Code Playgroud)
有什么我错过的吗?