I want to use oAuth in PHP to access the Atom Gmail feed. I'm not sure where and how to start coding this ... on a Google page, it says the following:
To obtain access, you can use AuthSub or OAuth by requesting a token with scope=https://mail.google.com/mail/feed/atom
How to do it in PHP? Thanks for the help to the beginner in programming: D
source
share