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.

Hi all: When i try to use "Facebook Connect" to login on my website, i have the following problem:

If the application of my website is not added to facebook, i have to authorize it. Then I have a redirect loop in mozilla, chrome , but not in IE. If the application is added to facebook, works ok.

does anybody know why?

share|improve this question
huh?! application added to facebook? – ifaour Feb 2 '11 at 15:22

2 Answers

change your .htacces to default, like :

RewriteEngine on
RewriteCond $1 !^(index\.php|(.*)\.swf|assets|v1|images|flash|system|uploads|robots\.txt)
RewriteRule ^(.*)$ index.php/$1 [L]
share|improve this answer

i guess you have set the incorrect url in fb for the redirect, make sure all the app settings are correct on fb and give it some time to propagate

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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