diff options
author | Friendika <info@friendika.com> | 2011-07-17 16:08:47 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-17 16:08:47 -0700 |
commit | 43110db749850e49d309ad8b3e72266bd373a2a8 (patch) | |
tree | 29e37a53fb18961eac1f6eca051bff093aded5cb /addon | |
parent | 944f03d3675779e32a6ed8bed28609ca59a66554 (diff) | |
download | volse-hubzilla-43110db749850e49d309ad8b3e72266bd373a2a8.tar.gz volse-hubzilla-43110db749850e49d309ad8b3e72266bd373a2a8.tar.bz2 volse-hubzilla-43110db749850e49d309ad8b3e72266bd373a2a8.zip |
begin invites, fb setup changes
Diffstat (limited to 'addon')
-rw-r--r-- | addon/facebook/README | 2 | ||||
-rw-r--r-- | addon/facebook/facebook.php | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/addon/facebook/README b/addon/facebook/README index 42ec01383..19c594886 100644 --- a/addon/facebook/README +++ b/addon/facebook/README @@ -15,6 +15,8 @@ Installing the Friendika/Facebook connector $a->config['facebook']['appid'] = 'xxxxxxxxxxx'; $a->config['facebook']['appsecret'] = 'xxxxxxxxxxxxxxx'; Replace with the settings Facebook gives you. + d. Navigate to Set Web->Site URL & Domain -> Website Settings. Set Site URL + to yoursubdomain.yourdomain.com. Set Site Domain to your yourdomain.com. 2. Enable the facebook plugin by including it in .htconfig.php - e.g. $a->config['system']['addon'] = 'plugin1,plugin2,facebook'; 3. Visit the Facebook Settings section of the "Settings->Plugin Settings" page. diff --git a/addon/facebook/facebook.php b/addon/facebook/facebook.php index c54d5b5f0..73518afb2 100644 --- a/addon/facebook/facebook.php +++ b/addon/facebook/facebook.php @@ -23,6 +23,9 @@ * $a->config['facebook']['appid'] = 'xxxxxxxxxxx'; * $a->config['facebook']['appsecret'] = 'xxxxxxxxxxxxxxx'; * Replace with the settings Facebook gives you. + * d. Navigate to Set Web->Site URL & Domain -> Website Settings. Set + * Site URL to yoursubdomain.yourdomain.com. Set Site Domain to your + * yourdomain.com. * 2. Enable the facebook plugin by including it in .htconfig.php - e.g. * $a->config['system']['addon'] = 'plugin1,plugin2,facebook'; * 3. Visit the Facebook Settings section of the "Settings->Plugin Settings" page. |