Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 553 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 553 Bytes

GmailAPI PHP Client

Usage

    1. To get your API access, go to: https://console.developers.google.com/apis/credentials
    1. Select the project you want to use
    1. Select "Create credentials"
    1. Select "OAuth client ID"
    1. Select "Browser"
    1. Select "Web application"
    1. Copy the "Client ID" value
    1. Copy the "Client secret" value
    1. Paste the "Client ID" and the "Client secret" values into the fields below
    1. Click "Create"
    1. Copy the "Authorization code" value
    1. Paste the "Authorization code" value into the field below