-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.php
44 lines (37 loc) · 1.07 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?php
$user_name = "test user";
$twitter_user = "xxx";
$google_user = "xxx";
$youtube_user = "xxx";
$vimeo_user = "xxx";
$pinterest_user = "xxx";
$flickr_user = "xxx@N06"; // use id
$flickr_user_name = "xxx";
$quotefm_user = "xxx";
$instagram_user = "111"; // use id
$googleplus_user = "1111111111111"; //
$fb_user_id = "xxx";
$fb_user_id = "111";
$adn_userid = "111"; //
// setup your own app here
// https://dev.twitter.com/apps/new
$twitter_oauth_setting = array(
'consumer_key' => 'yyy',
'consumer_secret' => 'yyy',
'user_token' => 'yyy-yyy',
'user_secret' => 'yyy',
);
// get one for g+ and youtube here
// https://code.google.com/apis/console/?pli=1#project:166611646495
$gapikey = 'yyy';
// facebook app, get one here:
// https://developers.facebook.com/apps/
$app_id = "yyy";
$app_secret = "yyy";
// get oauth token here: ./access_token.php
// testing: https://developers.facebook.com/tools/explorer/
$oauth_token = 'yyy';
// flickr api key
$flickr_api_key = 'yyy';
//instagram api key
$instagram_accesstoken = 'yyy';