oauth 2.0 - Authentification with Google (to get rtmp url) without using WebView in a Xamarin Project ? -
i'm trying develop xamarin project wich able stream on youtube. want rtmp url user account. but, google has disabled webviews authorize apps accesstoken , others user data.
i have tried use xamarin auth unfortunately, use webview. (getui() returning webview).
so i'm asking if know how authentificate user google without webviews ?
i have tried using custom tabs can't url access token because navigationevent not fired when new page loaded.
xamarin.auth 1.4.x supports custom tabs , safariviewcontroller, no xamarin.forms support of users want. xamarin.forms support in 1.5.0-alpha released.
samples extracted repo:
https://github.com/moljac/xamarin.auth.samples.nugetreferences
try comicbook (xamarin.forms) or providers (traditional/standard).
nuget packages tuning can problematic, bump versions highest.
Comments
Post a Comment