Hi,
I would like to use the oAuth mechanism to integrate with the Constant Contact platform. To do that, I would need the user's username.
I've read some threads that make clear that at the point of writing, there was no way to get this information from the authentication mechanism. However, these threads are ~1 year old and they promised a solution "soon".
Is there any updates on this issue? If not, is there any expectations that there will be?
Thanks
Solved! Go to Solution.
We have fixed the bug with OAuth 2.0 where the username was not being returned. It is now being returned as part of the JSON payload when doing the request access token final step of OAuth 2.0. You should be able to use OAuth 2.0 now without having to request the username of the account in an additional step.
We have fixed the bug with OAuth 2.0 where the username was not being returned. It is now being returned as part of the JSON payload when doing the request access token final step of OAuth 2.0. You should be able to use OAuth 2.0 now without having to request the username of the account in an additional step.
ok, thanks a lot!