• Application seems to assume UserID is same as email address

    By Brett van Gelder 1 decade ago

    Doing so causes the API to fetch data to fail as it attempts to send the UserID provided which, when not an email address, will not work. Either application needs to ask for both UserID/password and email address or needs to resolve the email address from Connections in order to build the API URL.