Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Where can I find my Facebook application id and secret key?

What is $wgFbSecret for the Facebook Mediawiki extension? It can't be my password, since the $wgFbSecret token sits in the publicly viewable LocalSettings.php.

share|improve this question
Anyway, LocalSettings.php should not be publicly viewable. If you want to be really sure, move the sensitive information to a file outside your webserver directories and include() that file from LocalSettings.php. Having a line like RewriteRule ^w/.*Settings\.php - [F,L] in your .htaccess file isn't a bad idea either. – Ilmari Karonen Sep 30 '12 at 18:47

marked as duplicate by Bergi, BЈовић, Yan, pad, Beerlington Sep 30 '12 at 19:49

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Just a stab in the dark here - no experience at all with mediawiki. I think this parameter is the application secret. You can get this value from the settings of your application -

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.