How to Install liboauth-dev in Ubuntu 18.04



Install liboauth-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install liboauth-dev

Description:

C library implementing OAuth Core 1.0a API (development files)

OAuth (Open Authorization) is an authentication protocol that allows users to approve a client (such as a Twitter third-party app) to act on their behalf without sharing their password. liboauth provides basic functions to escape and encode parameters according to the OAuth Core 1.0a API, and offers high-level functions to sign requests or verify signatures. . This package contains the development files.

Homepage: http://liboauth.sourceforge.net/

Version: 1.0.3-1

Section: libdevel