开发者

Facebook Connect Redirection Loop

Hi all: When i try to use "Facebook Connect" to login o开发者_StackOverflown 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?


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]


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜