Subversion Repositories SmartDukaan

Rev

Rev 13567 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
13532 anikendra 1
<?php
2
$config = array(
3
 	'Twitter' => array(
4
		'consumer_key' => 'wtxPm5AKpt2cskNeDBSghw',
5
		'consumer_secret' => '66m7Ojecshemd4IEMmeviVJRNHsvKmbxPkcbOB5fPM',
6
  	),
7
	'Facebook' => array(
8
		'fbappid' => "808067595889328",
9
		'secret' => 'ea18e9e116b03708c486c49981036ad3',
10
		'base_url' => 'http://madhurvani.com'
11
	),
12
	'Instagram' => array(
13
		'client_id'=>'a19f7fcf4e6f4e598ac63469d791e488',
14
		'client_secret'=>'2338053d378247438bca089a7be0ed58',
15
		'grant_type'=>'authorization_code',
16
		'redirect_uri'=>'http://instafollow.in/auth/instagram',
17
		'apiurl'=>'https://api.instagram.com/'
18
	),
19
	'api' => array(
20
			'apikey' => 'thisones4swati',
21
	)
22
);