Friends entries

Nov 24, 2012 13:56

Hi, All

I need to get friends list in my app. I am going to run over html content and scrap needed data.
Do we have some way to specify in which style We get friends list  ( Something like this http://zuma.livejournal.com/friends?style=Everwhite&skip=10 or Read more... )

client, *unanswered, client: friends

Leave a comment

Comments 9

smamit November 24 2012, 16:21:50 UTC
Hi, I meant friend`s entries which are retrieved by "youUserName.livejournal.com/friends"

Reply

jdevelop November 24 2012, 16:33:16 UTC
you may want to take the friends list, then retrieve RSS feed for every friend and then aggregate it in single RSS feed. You may want to review https://github.com/jdevelop/lj2rss - it is doing almost the same as you wish (eventually it sends e-mail messages with latest replies)

Reply

smamit November 24 2012, 17:23:21 UTC
I don`t this this is a good approach because if the user has , for example , 100 friends so it will take a lot of time to perform 100 requests.

Reply


Leave a comment

Up