Skip to content

Commit

Permalink
Moved the Instagram client details from a language file to a config f…
Browse files Browse the repository at this point in the history
…ile which keeps in with the structure detailed on the CodeIgniter user guide.
  • Loading branch information
Ian Luckraft committed May 15, 2011
1 parent d2267f9 commit c6556e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions application/config/Instagram_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
|
*/

$config['instagram_client_name'] = 'Ian Luckraft Demonstration';
$config['instagram_client_id'] = '3c9fdeec2a194598862328710a5941f6';
$config['instagram_client_secret'] = '2036e1e3e72d49019ad151de02aa4dad';
$config['instagram_callback_url'] = 'http://ianluckraft.co.uk/demonstrations/instagram-library/authorize/get_code/';
$config['instagram_website'] = 'http://ianluckraft.co.uk';
$config['instagram_description'] = 'For use in ianluckraft.co.uk and testing development including a codeigniter library.';
$config['instagram_client_name'] = '';
$config['instagram_client_id'] = '';
$config['instagram_client_secret'] = '';
$config['instagram_callback_url'] = '';
$config['instagram_website'] = '';
$config['instagram_description'] = '';

0 comments on commit c6556e8

Please sign in to comment.