Language parameter on Graph Search
Is it possible to get status updates in a certain language (similar to the Twitter search API?).
For example, I want to be able to search for status updates containing watermelo开发者_运维百科n in English.
I don't think Facebook will allow you to specify
However it's funny that you used watermellon for your search word in this question as in the API documentation has this as an example query: All public posts: https://graph.facebook.com/search?q=watermelon&type=post
You can use the "locale"parameter.
E.g.: All US public posts: https://graph.facebook.com/search?q=watermelon&type=post&locale=en_US
精彩评论