我試圖使用xamarin.auth像來實現我的應用程序谷歌登錄以下如何回到谷歌應用程序登錄後
var auth = new OAuth2Authenticator("284202576320-7kgdhaa5sgvkoe03jmmcv0p8lfdma306.apps.googleusercontent.com","cAZW7uegD-h2-
tNMMf5q1UGQ","https://www.googleapis.com/auth/userinfo.email",new
Uri("https://accounts.google.com/o/oauth2/auth"),new
Uri("http://dev.myfav.restaurant/Account/LoginComplete"),new
Uri("https://accounts.google.com/o/oauth2/token"),null,true)
{
AllowCancel = true,
};
,但完成的事件不觸發其登錄後會網頁: ( 我收到以下錯誤
我需要找回用戶到我的應用我怎樣才能做到這一點????任何人都可以幫助我在此請。
在此先感謝
芒卡使用本地UI(在最後一個參數ctor設置爲true),所以這不起作用。 – moljac