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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -