Hello David, I am using PHP Client Library.
Here is more details. Let's assume i have one adwords mcc account [email protected]. For first time authentication i need allow access to my web application for access token and refresh token. i do allow and link my one client id at that time. Now let's say i need to link other client id using same email [email protected] for same web app. Now oauth 2.0 is not asking me to allow access it directly gives me refresh token, as i have already authenticate web app. This was not the case with Oauth1.0a, every time i need to link client id i need to allow access. So this was my situation. I have a system where user can link there client ids and fetch the customize reports for diffrent client ids. Please suggest me how i can use oauth 2.0 like we do with Oauth 1.0a where i cam easily manage diffrent client ids with same mcc account. On Friday, May 10, 2013 7:44:47 PM UTC+5:30, David Torres (AdWords API Team) wrote: > > Hi, > > I'm a bit confused with your question, are you asking how to switch/store > access tokens in one of our client libraries? if yes, which library? can > you outline in more detail the steps/code you are executing? > > Best, > > - David Torres - AdWords API Team > > On Tuesday, May 7, 2013 3:19:17 AM UTC-4, Chirag wrote: >> >> Hello All, >> >> I am having a system in which multiple accounts can link in order to get >> diffrent adwords account details. >> >> I am facing issue with Oauth2.0 authentication. >> when first time i am allowing access using Oauth2.0 to access adwords >> client information, then system asking me to allow access permission, but >> when i tried to link other adwords (client id)account under system for >> other clientid with google account already logged In with access permisiion >> allowed than it is directly giving me the old account's access token >> permission for other account also. >> >> Can we have any other way so that i can directly logout the adwords >> account when once allowed access done? >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/groups/opt_out.
