I get an error message as
fql is deprecated for versions v2.1 and higher
And facebook graph has a minimum version of 2.1. So does this mean that fql is history now.
I am trying the following FQL
SELECT attachment FROM stream WHERE post_id = "id"
Any suggestions