File: config.yml

package info (click to toggle)
libnet-oauth2-perl 0.67-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 760; makefile: 7
file content (54 lines) | stat: -rw-r--r-- 2,106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
log: 'core'
access_log: 1
show_errors: 1
sites:
        37signals:
                name: '37Signals'
                client_id: ''
                client_secret: ''
                site: 'https://launchpad.37signals.com/'
                authorize_path: '/authorization/new'
                access_token_path: '/authorization/token'
                protected_resource_path: '/authorization.xml'
        facebook:
                name: 'Facebook'
                client_id: ''
                client_secret: ''
                site: 'https://graph.facebook.com'
                protected_resource_path: '/me'
        mixi:
                name: 'mixi'
                client_id: ''
                client_secret: ''
                site: 'https://mixi.jp'
                authorize_url: 'https://mixi.jp/connect_authorize.pl'
                access_token_url: 'https://secure.mixi-platform.com/2/token'
        google:
                name: 'Google Contacts'
                client_id: ''
                client_secret: ''
                site: 'https://accounts.google.com'
                authorize_path: '/o/oauth2/auth'
                access_token_path: '/o/oauth2/token'
                scope: 'openid profile email'
                state: '1a2b3c'
                hd: 'gmail.com'
                protected_resource_url: 'https://www.googleapis.com/userinfo/v2/me'
        yandex:
                name: 'Yandex Direct'
                client_id: ''
                client_secret: ''
                username: ''
                password: ''
                site: 'https://oauth.yandex.ru'
                authorize_path: '/authorize'
                access_token_path: '/token'
                bearer_token_scheme: 'auth-header'
                protected_resource_url: 'http://api-fotki.yandex.ru/api/me/'
        instagram:
                client_id: ''
                client_secret: ''
                site: 'https://api.instagram.com'
                authorize_path: '/oauth/authorize'
                access_token_path: '/oauth/access_token'
                scope: 'comments relationships likes'