I'm looking for any useful suggestion with regards to obtaining refresh_token
using OWIN libs.
I follow article http://www.asp.net/mvc/tutorials/mvc-5/create-an-aspnet-mvc-5-app-with-facebook-and-google-oauth2-and-openid-sign-on
all stuff works sweet. but no way, at least I don't know the way, to retrieve refresh_token
I've tried to add "access_offline" to initial request, nothing useful. I definitely do something wrong.
Why do I need it? - I'm trying to chain functionality of Google Glass + MVC5 + OWIN
.
p.s. I will appreciate any link to working sample built using Google.Api.Auth.
Thanks.