Git Product home page Git Product logo

java-sdk's Introduction

Constant Contact JAVA SDK

Installation

In order to use the Constant Contact SDK please follow these steps:

  1. Add the following libraries to the classpath of your project:

    constantcontact-2.0.jar jackson-annotations-2.1.1.jar jackson-core-2.1.1.jar jackson-databind-2.1.3.jar

  2. Installation for Android projects

In order to use the Constant Contact SDK for Android you have to include constantcontact-2.0.jar and jackson dependencies presented at 1) in your Android Project.

  1. For Eclipse Android development if NoDefClassFoundError is raised then:

    a) make sure that the dependency libraries are located in libs/ directory; b) Go to Project Properties -> Java Build Path -> Order and Export, and move the dependency jar libraries to the top of the list.

Usage

  1. In the file you wish to use the SDK include the following code:

import com.constantcontact.ConstantContact;

  1. Create a ConstantContact object

ConstantContact constantContact = new ConstantContact("<apiKey>", "<accessToken>");

The API key represents the Application Key provided by Constant Contact for a specific application. The access token is obtained by performing the Constant Contact Authentication process.

  1. Begin using the SDK functionality using the ConstantContact object.

######Example for getting an contact

Contact contact = constantContact.getContact(int contactId);

######Example for getting contact list

ResultSet<Contact> contactList = constantContact.getContacts();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.