Files
deb-python-oauth2client/samples/adsense/client_secrets.json
Joe Gregorio ba10e56f6b Add AdSense Management API sample code to repository.
Reviewed in http://codereview.appspot.com/5310054/

Index: samples/adsense/client_secrets.json
===================================================================
new file mode 100755
2011-12-08 13:16:42 -05:00

10 lines
273 B
JSON

{
"installed": {
"client_id": "[[INSERT CLIENT ID HERE]]",
"client_secret": "[[INSERT CLIENT SECRET HERE]]",
"redirect_uris": [],
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token"
}
}