Reputation: 29
This is a newbie question (I am sorry for misunderstanding). Is there a connection between Facebook Graph Search (in natural language), Graph API and FQL? In others terms, do we need FQL when a natural language search API is or will be available.Or can FQL, Graph API and Facebook Graph search do exactly the same job? Thank you.
Upvotes: 0
Views: 578
Reputation: 96306
No, they are not the same at all.
The Graph API and FQL support reading (basically) the same kind of data. FQL is a more “SQL-like” approach, but it can not create any data – for every “write” action you will have to use the Graph API.
And although the Graph API provides some search capabilities, they are quite limited (and IMHO not very useful most of the time).
And the Facebook Graph Search is only available on facebook.com as of yet, there is no API that you could use to leverage its functionality within your own apps.
Upvotes: 1