Closed GoogleCodeExporter closed 9 years ago
Original comment by 5h3l...@gmail.com
on 26 Feb 2011 at 5:39
In ui.main.js,
In functions load_people_success() and loadmore_people_success(),
is called
ui.Main.add_people(self, json.users)
but json from statusnet is not a dict with key 'users', but a list of "user"
dict
[{'id':123,'name':'John'} , {'id':321, 'name':'Jean'}]
Is consistent with other API and I think als Twitter should work like this (I
don't have Twitter account to test)
replacing that line with
ui.Main.add_people(self, json)
shows friends and followers
(Is in the XML where the root element is "<users>")
Original comment by fabrix...@gmail.com
on 19 Aug 2011 at 12:53
move to https://github.com/shellex/Hotot/issues/9
Original comment by 5h3l...@gmail.com
on 7 Oct 2011 at 12:43
Original issue reported on code.google.com by
Valerya...@gmail.com
on 20 Feb 2011 at 6:31Attachments: