Facebook FQL query friends of friends events doesn't work anymore? -


for reason following doesn't work anymore. query hangs , doesn't return anything. ideas? have shutdown particular query?

select name, venue, location, start_time, eid event  eid in (        select eid event_member         (uid in (select uid2 friend uid1 = me())  or uid = me())    ) , start_time > now() 

facebook made changes in api , may affect request.

to check this, go to: facebook > apps > app > settings > advanced. there "migration" panel parameters:

events timezone:

enables real timezone support events. after migration, event times returned iso-8601 formatted strings, in fql.

october 2013 breaking changes:

the quarterly platform changes in effect on october 2, 2013.

you can check will done in october breaking change, problem should due "events timezone" because using datetimes events in fql query. try disable new api feature (check disable , save settings).


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -