Skip to content

Latest commit

 

History

History
executable file
·
18 lines (17 loc) · 697 Bytes

README.md

File metadata and controls

executable file
·
18 lines (17 loc) · 697 Bytes

About

This is a small application to display details about all contact of the specific account. Application uses Xing API and OAuth

Installation

To install you'll need to use Composer:

git clone https://github.com/alexzelenuyk/myxing
cd myxing
curl -sS https://getcomposer.org/installer | php
php composer.phar install

After you can visit 127.0.0.1:8888. You will see login page. To make application running you need to specify:

  • Consumer key
  • Consumer secret

Edit PROJECT_ROOT/config/hybridauth.php and fill fields key and secret with proper values.