我嘗試使用OAuth 2.0登錄Google。之後我得到了臨時授權碼,然後用它來獲取access_token
,谷歌不會重定向我我設置的URL時後,這裏是我的代碼做專:
Google無法重定向到我設置的網址,OAuth 2
<form action="https://accounts.google.com/o/oauth2/token" method="post">
<input type="text" name="code" value='##code##'/>
<input type="text" name="client_id" value='##client_id##'/>
<input type="text" name="client_secret" value='##client_secret##'/>
<input type="text" name="redirect_uri" value='http://boomroom.tv/test.php'/>
<input type="text" name="grant_type" value='authorization_code'/>
<input type="submit" /></form>
我得到了後access_token在JSON中,它不會將我重定向到我的網址,但保留在頁面'https://accounts.google.com/o/oauth2/token'中,我不知道爲什麼。難道我做錯了什麼?
是的,正確的;)作爲問題被標記爲* PHP *我只是指的服務器端的流動,這是更安全,但其流量明顯好轉適合取決於具體的使用情況。 –