Closed GoogleCodeExporter closed 9 years ago
Ok, I've made a patch fixing the problem. It extracts the user id from the
profile in case the user id is not found in the url.
Original comment by stefan.s...@gmail.com
on 28 Jan 2012 at 2:15
Attachments:
This issue was closed by revision r73.
Original comment by HusseinElMotayam@gmail.com
on 28 Jan 2012 at 6:19
Many thanks for reporting the issue and for the patch :)
I applied your patch in r73. The patch seems to be working flawlessly, however
it is quite slow to fetch each account's friend page (took me about 3 minutes
to get a list of 100 friends).
We are currently working on version 0.2, we'll try to optimize it a little bit.
Thanks again :)
Original comment by HusseinElMotayam@gmail.com
on 28 Jan 2012 at 6:21
Of course, network access increases latency. But at first glance, I saw no
other way.
Suggestions for future development:
- Do lazy information fetching (only fetch profile when required, not in
constructor)
- Use loaded profile to complete other data (e.g. name)
Original comment by stefan.s...@gmail.com
on 29 Jan 2012 at 12:18
Original issue reported on code.google.com by
stefan.s...@gmail.com
on 28 Jan 2012 at 8:42