Hi,
Thank you for your reply. But which is not the actual solution we need.
What we are trying here is that:
- We have the Adwords App registered in the Developer Console.
- We are using the clientSecret, clientId and redirectURI from this app.
- In our application, other Adwords users can log in and provide Adwords API access to our App. We do this successfully, to get accessToken and refreshToken for each MCC.
What we want to do is, access the MCC details via API using these information. Is it possible with a simple grant access (which redirects the user to Adwords/Google). We do not want to send invitations via API, the user should be able to grant access via our app through adwords.google.com. I am sure this is possible, as I have seen sites do this. What am I missing here?