dnzengou / simple-linkedinphp

Automatically exported from code.google.com/p/simple-linkedinphp
0 stars 0 forks source link

Suggestion, Simplify demo like this: #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This block was in each demo file. 

  // display constants
  $API_CONFIG = array(
    'appKey'       => '<your application key here>',
      'appSecret'    => '<your application secret here>',
      'callbackUrl'  => NULL 
  );

Replace it with 
include_once('api_config.php';)

and then write this block in api_config.php

Original issue reported on code.google.com by TecB...@gmail.com on 20 Dec 2013 at 1:50