Facebook cookie issue in IE9 and Chrome and FacebookWebClient initialization -


i playing facebook c# sdk use asp>net application, , using facebookwebcontext.current.isauthorized method after login on client side javascript sdk procceed further actions (retrieve user info, friends list,etc). working on beginning stop week ago. facebookwebcontext.current.isauthorized method false now. checking further found working in safari , firefox 4, fails in ie9 , chrome.

it seems ie9 doens't see facebook cookie fbs_applicationid. testing different examples in javasdk console on facebook site shows facebook fb.cookie.load method doesn't return value in ie9 , chrome.

so question, there other way "auhtorize" application on server side using sdk? facebook side issue specific browsers? fb.login callback function return session info, how can use on server side activate facebookwebclient?

i have same problem, behavior odd. working yesterday , not working in chrome , ie9. fbwebcontext.accesstoken null , there's no fbs_xxxxx cookie. it's fine in firefox , safari.

here's code:

        var fbwebcontext = facebookwebcontext.current;         var app = new facebookwebclient(fbwebcontext);         dynamic fbuser = app.get("me"); 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -