Re: how to make request for SET ACTIVE on users behalf

2014-03-25 Thread Ray Tsang (AdWords API Team)
Jody, When accepting the invitation, you will have to be using the credentials of the AW account that you are trying to link with. E.g., if MCC abc sends an invitation to AW Account 123, you'll then need to authenticate as Account 123 in order to accept the invitation. Please let me know if th

Re: how to make request for SET ACTIVE on users behalf

2014-03-25 Thread Ray Tsang (AdWords API Team)
Jody, Please send me the request/response logs in private and I can take a look. Thanks! Ray On Tuesday, March 25, 2014 11:14:38 AM UTC-4, jody stein wrote: > > I am also having trouble accepting a request. I am able to ADD PENDING to > send the invitation but receive AuthorizationError.USER_P

Re: how to make request for SET ACTIVE on users behalf

2014-03-25 Thread jody stein
I am also having trouble accepting a request. I am able to ADD PENDING to send the invitation but receive AuthorizationError.USER_PERMISSION_DENIED when I try to SET ACTIVE. From the soap log it appears the proper effectiveUser is being used. Any suggestions, we are using PHP? On Wednesday, Mar

Re: how to make request for SET ACTIVE on users behalf

2014-03-21 Thread Ray Tsang (AdWords API Team)
Brihaspati, Unfortunately I won't be able to translate the code to PHP at the moment. Please send me the error request/response in private. Thanks, Ray On Wednesday, March 19, 2014 4:00:42 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Brihaspati, > > You should be able to accept the re

Re: how to make request for SET ACTIVE on users behalf

2014-03-19 Thread Ray Tsang (AdWords API Team)
Brihaspati, You should be able to accept the request on the user's behalf if you have that user's authorization / refresh token. You can find code snippets on how to do this in our ClientLogin to OAuth 2.0 migration guide

how to make request for SET ACTIVE on users behalf

2014-03-19 Thread brihaspati techno
i need to link an adwords account with the MCC account and for that i have made a successful request for ADD PENDING but i am not bale to make SET ACTIVE request on user's behalf. I have derived the refresh_token of the invited user but not getting how to use it to link the invited user's acco