I userd python to call ansauthor=site.user(641) in the cooking website.
then I used ansauthor.top-answer-tags However, it doesn't return anything.
Then I called ansauthor.top-answer-tags.fetch() It can return all top-answer-tags about this user.
However, this method is very unstable. Maybe fetch() requires a lot of running time. So now I can't call fetch() again. I don't why.
top-question-tags also has the same problem.
Is there other ways to return the top-answer-tags?
stackexchange.Site(), etc. Do you know where that came from? – Nathan Osman♦ Dec 3 '11 at 22:01