DotNetOpenAuth for previously authorized site
Posted
by Burke Holland
on Stack Overflow
See other posts from Stack Overflow
or by Burke Holland
Published on 2010-06-16T14:27:33Z
Indexed on
2010/06/17
23:43 UTC
Read the original article
Hit count: 275
I've had great luck with DotNetOpenAuth to do 3 legged authorization. Currently, I am connecting and pulling in some Google data.
My question is that apparently, if you have already auth'd my web application to your Google account, when I call
var accessTokenResponse = google.ProcessUserAuthorization();
It basically does nothing. How do I get the token for an account that has already auth'd my application? I see no callback of any kind.
I'm chocking this up to my ignorance about OAuth in general.
© Stack Overflow or respective owner