Fair enough, https://api.instagram.com/v1/users/<userid>/media/recent/?access_token=XXXX
gives me the recent media entries user's history. And https://api.instagram.com/v1/tags/<tag_name>/media/recent?access_token=XXXX
gives me the list of media where the #hashtag has been used.
I am surprised that I couldn't figure out the endpoint to get all media where @user has been mentioned just like #hashtag
Any specific anectodte or url sample might help.