I have a single Facebook question object from which I'd like to get all the posts that were added along with user's votes (i.e: voted the "Yes" option with the comment "Of course"), using the Graph API (or any method that works, for that matter). I got as far as question > question_option > votes but that just give me the user's id/name, not the associated post.
How could I do this?