Hello,
We are using the oauth 2.0 mechanism to grant access from users for dfa admin api. the authentication part is working fine with out any issues,
once the authentication part is completed, when we are trying to use any of the web service mehods, like getting the advertisers, all the web methods require username to be passed,
How can we get that username?
actually i am using the google user service to get the email address of the user authenticating and using that as username for google api methods. in some cases it is working fine, but in some cases if same username is there google is suffxing some number at the last.
say user is authenticatin
x...@gmail.com, we are able to get the email and using that as username for dfa api methods, but it is not working, as google is suffxing some number like xyz2, xyz3,
how to get that usernames.
I am totally struck at this points
Thanks in adavnce.
Regards,
SB