0
我正在創建一個使用Google + API的桌面應用程序來獲取個人資料信息。使用Google+ API在Google+中獲取訪問令牌
我用這個sample。它有一定的侷限性。
1.It uses the default browser for logging in(using Process command).
2.After logging in the user has to copy the access code from browser.
我想我的應用程序來處理所有這些things.The用戶必須輸入在嵌入式瀏覽器(在我的應用程序)的登錄憑據重定向到登錄頁面。 我的應用應該能夠在瀏覽器中檢索訪問令牌,而不需要用戶複製。
C#中是否有其他方法獲取訪問令牌,而不是每次都由用戶複製它?