facebook - FB FQL query comment does not work -


i use facebook php sdk , have fql query:

select fromid,        text,        id, time,        username,        xid,        object_id   comment  time > $from        , time < $to        , xid in (                select xid                  comments_info                 app_id = $appid                       , updated_time > $from                       , updated_time < $to) order time desc 

it worked time ago. query returns null now.

i tried query

select count   comments_info  app_id = $appid 

and script return

fatal error: uncaught exception: 2: service temporarily unavailable thrown in... 

hi know it's old ran same situation fetching albums aid... problem of the albums didn't exist anymore.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -