HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/libnet-oauth-perl/examples/config.yml
# 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'