1# Config file for OAuth demo
2# Note that client_id is your Consumer Key and client_secret is your Consumer Secret
3log: 'core'
4access_log: 1
5show_errors: 1
6session: "YAML"
7sites:
8        google_contacts:
9                name: 'Google Contacts'
10                client_id: ''
11                client_secret: ''
12                site: 'https://www.google.com/'
13                request_token_path: '/accounts/OAuthGetRequestToken?scope=https%3A%2F%2Fwww.google.com%2Fm8%2Ffeeds%2F'
14                authorize_path: '/accounts/OAuthAuthorizeToken'
15                access_token_path: '/accounts/OAuthGetAccessToken'
16                protected_resource_path: '/m8/feeds/contacts/default/full'
17