I’m maintaining some code that I want to add a chat feature to. I already have a client/server/database setup, but what I would like to do is use Google accounts for logins, instead of people having to create new accounts and such.
Could anyone point me in the right direction?
I’ve already downloaded this http://code.google.com/p/google-gdata/ Am I on the right track?
Just to clarify as well, this isn’t an asp project, it’s a desktop project.
After lots tinkering around, I was able to come up with this solution. It looks so easy, yet I wasn’t able to find any proper documentation on it. I’m sure people will find this extremely helpful.
Just get the Google API from http://code.google.com/p/google-gdata/
and add Google.GData.Client.dll as a reference(it’s under the redist folder)
This isn’t the exact code I used, I just pulled the skeleton of it out and rewrote it in a more generic way.