Api google adwords - client_secret for oAuth2.0 -
i have problem api adwords. don't have client_secret code.google.com/apis/console. created project , add api access application don't see client_secret in box service account.
i have client id, email address, public key fingerprints, private key, , client_secret.json. in api adwords php config file auth.ini:
[oauth2] ; if not have client id or secret, please create 1 of type ; "installed application" in google api console: ; https://code.google.com/apis/console#access client_id = "insert_oauth2_client_id_here" client_secret = "insert_oauth2_client_secret_here" ...
but don't have client_secret. did wrong? or give me suggestions?
the php application trying use not work service accounts.
in order client secret have create client id of type "web application".
Comments
Post a Comment