imrehg / minibook

A Facebook status updater and lister in Python.
MIT License
2 stars 0 forks source link

Show "Commenters" and "Likers" #31

Open imrehg opened 15 years ago

imrehg commented 15 years ago

Currently I have two ideas how to show commenters and likers of status update:

The first one I'm not sure about, have to read up on it, whether it is even possible. The second one feels more straightforward, and have more possibilities: e.g. open user's profile by clicking on their name (comments returns uid, likes returns uid for friends that like the post)