File: config.yml

package info (click to toggle)
libnet-oauth-perl 0.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: perl: 1,484; makefile: 8
file content (16 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Config file for OAuth demo
# Note that client_id is your Consumer Key and client_secret is your Consumer Secret
log: 'core'
access_log: 1
show_errors: 1
session: "YAML"
sites:
        google_contacts:
                name: 'Google Contacts'
                client_id: ''
                client_secret: ''
                site: 'https://www.google.com/'
                request_token_path: '/accounts/OAuthGetRequestToken?scope=https%3A%2F%2Fwww.google.com%2Fm8%2Ffeeds%2F'
                authorize_path: '/accounts/OAuthAuthorizeToken'
                access_token_path: '/accounts/OAuthGetAccessToken'
                protected_resource_path: '/m8/feeds/contacts/default/full'