Skip to content

API Authentications

Nia Mutiara edited this page Jul 29, 2013 · 1 revision

API Authentication

A user can be authenticated via email, Facebook, Twitter, or LinkedIn. Once the user is authenticated, client has to send Authorization header using one of the formats below.

Basic <base64 encoded username:password pair>
TH-Facebook <Facebook authentication token>
TH-Twitter <Twitter authentication token pair with format token:secret>
TH-LinkedIn <LinkedIn authentication token pair with format token:secret>

Clone this wiki locally