Hi Sebastian,

Can you confirm that you followed the steps provided here 
<https://github.com/googleads/googleads-php-lib/wiki/%5BEXPERIMENTAL-BRANCH%5D-API-access-on-behalf-of-your-clients-(web-flow)>
 to 
retrieve your refresh token? The reason GetRefreshToken.php didn't work 
either is because the response didn't contain a refresh token. Could you 
try getting the refresh token using this command? 

curl \
     -d code=your-authorization-code \
     -d client_id=your-client-id \
     -d client_secret=your-client-secret \
     -d redirect_uri=your-redirect-uri \
     -d grant_type=authorization_code 
https://accounts.google.com/o/oauth2/token

This will help me determine if the credentials have been setup correctly. 
Please use *Reply privately to author* if you're sending private 
information.

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d3a843b6-569a-4dfa-9d85-78d24e25413a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to