Possible Duplicate:
How to get Google Analytics data using OAuth?
I'm struggling with it already for 2 days and can't make it work. I need to get access to Google analytics using Oauth.
I'm using DotNetOpenAuth
to login to google using Oauth (I can login and get contact list - sample solution from DotNetOpenAuth
)
Now I'm trying to get analytics using Google.Gdata
and I can get it using ClientLogin (providing user email and password).
Now I trying to use login token obtained using DotNetOpenAuth
to get analytics but can't make it work. Indeed token obtained using ClientLogin differs from token obtained using DotNetOpenAuth
.
Can anyone help with it?
Thank you very much