In my MVC3 application if user not connected to Facebook i ask him to connect (with standard Fb.Login). After user login i requesting to server and check FacebookSignedRequest :
HttpContext.Current.Request["signed_request"]
But FacebookSignedRequest.oauth_token and FacebookSignedRequest.user_id is null. They not null after refreshing browser. How i can get FacebookSignedRequest(in server side) without refreshing page? Is it possible?