Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

New to development and in particular the Facebook API.

I am trying to write a script that will search through my posts for a particular keyword. I have seen how to structure FQL queries, but the FQL queries in the Graph API Explorer do not return all data for some reason.

In another post I saw someone mention that to get the full json data back, I should be using Graph API Search urls instead of FQL. So my next general question is how I could structure general queries in Facebook Graph API Search urls.

share|improve this question
You can not make sql queries to API, but only to tables- using fql – Sahil 13 hours ago
add comment (requires an account with 50 reputation)

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.