I have read Oauth2 Docs but still am yet to get a start to finish working example.
I am a beginner and struggling to get a solution working.
I am just about to the point where I am willing to pay someone to code this for me. But it seems like it should be fairly simple and that there has to be a start to finish working example out there.
So, do you have an example of an Android app that uses OAuth 2.0 to enable the sending of email via gmail? I also need an example of using the users contacts to prepopulate a list for the user to choose from as the recipient of the email.
If I could find a free, complete example I would be indebted forever.
NOTE: I posted a similar question here… looking for Android Gmail SMTP Oauth example
And the answer was good but being a beginner I was never able to get it to work.
thanks for any help.
I’ve done some of this work on the web side of things. Google says the oauth authentication for Android is similar in it’s process. I found this link with a sample showing using OAuth with SMTP. It’s available in a few languages, including Java.
I also have a C# sample of how to perform the Oauth in C#.