Facebook login - jssdk dont redirect to my webpage after dialog -


today when clicked facebook login in webpage, dialog popup usual, after clicked ok, popup stuck @ blank page url

https://www.facebook.com/dialog/oauth?app_id={appid}&client_id={client id}&display=popup&domain={domain}&e2e=%7b%7d&locale=en_us&origin=1&redirect_uri=http%3a%2f%2fstatic.ak.facebook.com%2fconnect%2fxd_arbiter.php%3fversion%3d29%23cb%3df2356881fe8e6bc%26domain%3d{domain}%26origin%3dhttp%253a%252f%252f{domain}%252ff1d6980bbb127d2%26relation%3dopener%26frame%3df17ee4a3b5fd2e8&response_type=token%2csigned_request&scope=email%2cpublish_stream&sdk=joey

and didnt auto close , redirect webpage.

at blank page popup, view source , see js: var message = "cb=f1a6be948fefda&domain={domain}&origin=http\u00253a\u00252f\u00252fjebsenwine.dev.cleargo.com\u00252ffe2018a8b499c4&relation=opener&frame=f7e1c0c9232fd2&access_token={access token}&base_domain=", origin = "http://{domain}", domain = "{domain}"; document.domain='facebook.com';(function(){var a=window.opener||window.parent,b='fb_xdm_frame_'+location.protocol.replace(':','');function c(){try{a.frames[b].proxymessage(message,origin);}catch(e){settimeout(c,100);}}function d(){_fbnative.postmessage(message,origin);}if(window==top&&/fban/\w+;/i.test(navigator.useragent)){if(window._fbnative&&__fbnative.postmessage){d();}else window.addeventlistener('fbnativeready',d);}else c();})();

anyone face same problem?

there bugs update or something. javascript sdk isnt functioning well. - https://developers.facebook.com/x/bugs/482108261888889/


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -