Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 433 Bytes

File metadata and controls

10 lines (6 loc) · 433 Bytes

Java Api Example

This example shows how to use the Zyncro REST API from Java.

We use Scribe as the OAuth client library.

ZyncroApiSample.java shows how to get a validated Access Token and invoke two API services. One to get the microblogging and another to post a new message.

In a real world app you can store the Access Token and reuse it.