I\'m looking without any success for a way to execute a FQL(facebook query language) query with the new Open Graph API.
Does anyone know how I can do this?
Found
Using the Javascript SDK, you can accomplish this using the following:
FB.api('fql', { q: 'query here' }, function (response) { //Logic here };
No legacy REST API required. I see a lot of confusion on this and Facebook hasn't made it very clear.