Tag: Web Services

Implementing OAuth 2.0 in an Android app

I have been working on developing an Android native app using the current Web Services APIs from Constant Contact. I took advantage of the “somewhat old” CTCT Webservice Java Client Library in the app, but that library uses the now deprecated Basic Authentication model. I started to look into re-implementing authentication using the OAuth 2.0 […]