You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hello,
I'm currently trying to use the Adwords API PHP but I have trouble connecting. I downloaded the Seller GoogleAds-php-lib
I followed the guide for authentication via OAuth 2.0. I modified the file auth.ini indicating my developerToken my userAgent my client_id and my client_secret
Following the url above, I get the authorization code well. But then where do you copy?
Thanks in advance
Florent
Josh Radcliff (AdWords API Team)
unread,
Jun 17, 2014, 1:38:26 PM6/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hi Florent,
All of the scripts in the examples folder are meant to be run from the command line, as they write to stdout and sometimes read from stdin. For example, the GetRefreshToken.php script will write a URL you'll need to use to get a code which you'll then have to enter at a subsequent prompt.
Cheers,
Josh, AdWords API Team
Bzness Ads
unread,
Sep 12, 2014, 7:18:02 PM9/12/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Having the same problem....
I get the code, but where do i put it?
Ray Tsang (AdWords API Team)
unread,
Sep 15, 2014, 12:49:30 PM9/15/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
As a person who is VERY new to this world this was definitely a hurdle for me.
I set up XAMPP on my pc at home. It installed php and all the necessary stuff right out of the box. But what I didn't realize was just what was said below. You must run these examples all from the command line. So it's not like you can just upload these libraries to Godaddy and get them to run.
Running them on your local machine is probably the easiest approach.
But figuring out how to get php to run on command line was still a challenge. This post was key in getting me to be able to run a php script from command line: