| Server IP : 74.208.236.79 / Your IP : 216.73.216.46 Web Server : Apache System : Linux infongp-us50 4.4.400-icpu-108 #2 SMP Wed Feb 11 10:12:42 UTC 2026 x86_64 User : u93192080 ( 6162215) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/doc/libnet-oauth-perl/examples/ |
Upload File : |
# 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'