Gigatribe
API is a collection of
HTTP GET/POST services exposing Gigatribe functions to developers. The purpose is to help developers build their Gigatribe applications with less effort. The applications will be able to perform inviting users, joining tribes, reading contacts information, etc, outside the desktop version of Gigatribe software, for example, in a web forum. So as to enable developers to compose less code to call an
API, GigaTribe team developed a customer library, which embodied the code for requesting for authorization code, access token and the code for calling an
API, that works on
PHP. In terms of security, these services use
OAuth 2.0, which is an open-standard protocol for authorization. ==References==