2016-04-04 91 views

回答

1

要使用刷新令牌檢索訪問令牌,您必須知道創建它的客戶端ID和密碼。

你會做一個HTTP POST將下面

https://accounts.google.com/o/oauth2/token 的client_id = {}客戶端Id .apps.googleusercontent.com & client_secret = {} ClientSecret & refresh_token = 1/ffYmfI0sjR54Ft9oupubLzrJhD1hZS5tWQcyAvNECCA & grant_type = refresh_token

相關問題