what I am trying to do is reading the latest statuses from all my facebook friends
using graph api ,it takes too long , I am getting all my friends for facebook as json and I read the latest statuses from them , what I am getting is timeout , I know it will take too long to do , but what the efficient way to handle such thing?
what I am trying to do is reading the latest statuses from all my
Share
break that into batches and probably do it in separate threads (since most of this will be IO work).