appcelerator - titanium app no longer connects to facebook -


i until last 2 weeks able use following code sign facebook , publish feed (or wall, or whatever they've decided call it):

fb.appid = id;   fb.permissions = ['publish_actions']; //nee publish_stream fb.addeventlistener("login", secondnamedfunction = function(e){     fb.removeeventlistener("login", secondnamedfunction);     logineventfunction(e, handlesuccesssend, handlefailsend, handlecancelsend); }); fb.authorize(); 

however, yesterday when attempted didn't work. went sign-in page, entered username , password, hit "log in", , loading graphic appeared. , nothing else happened.

i tried several times - after around minute loading graphic go away, , on log in page, needing enter username , password.

i know put app "review" on facebook (which, record, think not thing ask developers do, review questions confusing). however, listed admin app itself, not have thought issue.

no error code sent back, think request hung. have suggestions on how resolve this?

oh

you cannot connect facebook on nexus 4 on 4.4.4. kitkat on wifi connection. don't know if affects nexus 4 kitkats, or some.

turning off wifi , connecting on carrier yields successful connection. 2 weeks ago we'd moved apartment, didn't have wifi setup!


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -