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:
Facebook API error 191

I'm getting a 191 error on my website when attempting to log in with Facebook Connect.

The base URL is www.example.co.uk/section/, but the "log in" button on the site refers to www.example.co.uk/.

How do I get it to refer to the /section/ directory?

share|improve this question

marked as duplicate by Brad Larson Jul 6 '12 at 18:09

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

You need to insert base url of your website as www.example.co.uk/section/ in application settings in facebook developers

share|improve this answer
How do you do that? Ive set the only URL box to www.example.co.uk/section/ but it still refers back to www.example.co.uk as thats all you can put in the domain area, or am i just missing something? – Alan Ranson Oct 10 '11 at 19:59

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