How to implement oAuth PHP for Atom Gmail feed?

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

+5
source share
1 answer

See below the URL, which is very useful for you with the demo and source code. read carefully

You can start with this example.

Get unread emails from Gmail using the Gmail, OAuth and PHP APIs with Atom

http://lookmywebpage.com/api/google/get-unread-emails-from-gmail-using-gmail-feed-api-oauth-and-php/

At a basic level, the process is as follows:

  • Google.

  • Google . , Google . Google , , Google .

  • . .

  • .

  • Googles. . , , , . , .

?

- . URL

http://lookmywebpage.com/api/google/get-unread-emails-from-gmail-using-gmail-feed-api-oauth-and-php/

+9

All Articles