GMail API for a small app (Rails? Javascript? PHP?)

Posted by kurtybot on Programmers See other posts from Programmers or by kurtybot
Published on 2012-12-11T07:05:36Z Indexed on 2012/12/11 11:16 UTC
Read the original article Hit count: 160

Filed under:
|
|

I want to create an app that accesses the GMail API, but I'm finding that it isn't as simple as I thought it might be.

I'm hoping somebody in the community here might have some experience working with one of these API's and could not only recommend the right solution, but also show me to some tutorials or examples that could help me get up and running.

Here are some of the requirements of this app:

  • Preferably in Rails or Javascript or even PHP. I am open to other technologies as well, but hope they'd be easy to implement.

  • Connects to gmail via Oauth

  • Can read who emails have been sent to and received from. Basically would like to perform some analytics on who emails are sent to, when and how frequently.

I've read that one reason why this isn't easy, and why there isn't an official javascript API provided by gmail, is that google is concerned it's going to make their service less performant for their users.

© Programmers or respective owner

Related posts about api

Related posts about email