Search code examples
facebook-graph-apifacebook-fqldeprecatedfacebook-graph-api-v2.1

fql is deprecated for versions v2.1 and higher


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


Solution

  • The FQL and REST APIs are no longer available in v2.1

    Source: https://developers.facebook.com/docs/apps/changelog#v2_1

    v2.0 is "Unavailable as of August 7, 2016" according to the changelog, so FQL does not work anymore. You will have to use the Graph API instead: https://developers.facebook.com/docs/graph-api/reference/v2.7/post