views:

370

answers:

1

Hello All

I have implemented Facebook Connect with ASP.Net 3.5. My problem is when i click on Face book login the small window will open. when i pass the valid credential it will redirected to URL which i specified in Connect URL in Facebook application on developer.facebook.com. The main problem is this page is redirected on same page (small login page). not in new page. I want that if user logged in then that login window will be closed and main window will be redirected to url

Is there anything i missing in Facebook application setting?

is there anything missing in library or in javascript?

Thanks in advance

A: 

I think it's the same question of this post: http://stackoverflow.com/questions/1832867/facebook-connect-dialog-box-doesnt-close

Pons