Hello all. I'm trying to integrate gmail into a visual basic program....
Basically, when the user clicks a button I want the program to automatically log the user into their Google account and display the user's Gmail inbox in a webbrowser control... The problem is: A: For some reason my copy of VB will not allow me to auto-complete a login form and submit it, and even if I could I wouldn't want to in case they changed the form names around (and I also want to integrate Captcha, which is another big issue). B: When I call the Google API, I get the Auth code....but when I direct the browser to mail.google.com it shows as not being logged in...which is to be expected as it's not submitting the auth code that I obtained....and I don't know the proper URL format to accomplish this. So, the question is: How would I direct a user to their google inbox automatically (in a web browser) using an HTTP request using either an auth-code or username/password combination? The program needs to support multiple users, so just keeping one account signed in all the time won't cut it. Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Apps APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-apps-apis?hl=en -~----------~----~----~----~------~----~------~--~---
