Files
deb-python-oauth2client/samples/adexchangebuyer/client_secrets.json
Joe Gregorio b071ca7447 Ad Exchange Buyer API v1 code samples.
Reviewed in http://codereview.appspot.com/5711045/.

Index: samples/adexchangebuyer/client_secrets.json
===================================================================
new file mode 100644
2012-03-29 17:01:32 -04: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"
}
}