-1
此問題在this的參考中。建議我使用simpleaut
h通過linkedin登錄。現在我遇到了redirect_uri
問題。我已成功部署dev_appserver.py示例/但是當我點擊LinkedIn Oauth2時,出現此錯誤。從URL使用simpleauth使用GAE登錄
invalid redirect_uri. This value must match a URL registered with the API Key.
我重定向URI:
redirect_uri= http%3A%2F%2Flocalhost%3A8080%2Fauth%2Flinkedin2%2Fcallback
而且我在https://www.linkedin.com/developer/頁面中輸入相同的重定向URL(http://localhost:8080/auth/linkedin/callback)。
我已經與前一個圖書館卡住了,即使這似乎不適合我現在。
您必須向linkedin註冊您的應用程序並在那裏獲取APi密鑰。請參閱此鏈接如何註冊您的應用程序並獲取參數https://developer.linkedin.com/docs/oauth2 –
我已經這樣做了。我很困惑以什麼投入 OAuth 2.0授權重定向網址:? 現在我正在把http:// localhost:8080 –
現在它工作。此http:// localhost:8080/auth/linkedin2 /回叫是正確的網址。感謝您的回覆。 –