Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Facebook Module for SS3


Go to End


2 Posts   1360 Views

Avatar
dacar

Community Member, 173 Posts

20 October 2012 at 3:34am

Hi, i am just testing the facebook authentification module. The README says:

Installation:
- Extract facebook folder to your site root
- Provide your application id/secret using the Config API
(FacebookCallback->facebook_id/secret)
- Run /dev/build

But unfortunately i am not sure where to put the FacebookCallback->facebook_id/secret.

Can anybody help? Does anybody kno a good tutorial to start with SS3?

Greetings, Carsten.

Avatar
haantje72

Community Member, 69 Posts

20 October 2012 at 5:05am

Edited: 20/10/2012 5:06am

Carsten,

I have not tested or installed this module but i think they mention the _config.php file in the api (facebook folder) like all modules work.
You can either put it in mysite/_config.php or modulefolder/config.php dependant how the module is written.

The best tutorial to start extending the sitecode with ss3 is
http://doc.silverstripe.org/framework/en/trunk/tutorials/1-building-a-basic-site

and have a lookaround on this great forum...
Only thing is since SS3 is out some code has been dramaticly changed (the good way) wich makes it a bit harder to get code.

Personally i love this CMS because of easy is has (most of the times :) )
If i have any questions i ask on the forum and mostly someone can help or send you in the right direction