Use Case 5 How users view all other users - lkacoy/webdev-cs5610-project GitHub Wiki
To do this, the user should be a Blog Writer so I will use Bob.
Log in as Bob. This will redirect you to his Profile page. Click on "View My Posts". This will display a list of posts created by Bob. Click on the post titled "Test". This will display the post titled Test and any associated comments. Bob will be able to see any comments written by other users (both followers and writers) and he can receive feedback about his posts through these comments.
As for merging data with the API, I did not use the API for such as purpose. To read how I implemented the API, please see the Tumblr API page.