Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to obtain the results for this query filtered in spanish. Is it possible?

https://graph.facebook.com/search?q=Gasol&type=post

There must have been some changes in the lasts weeks because in December I got the results in spanish by default.

Thanks in advance

share|improve this question

1 Answer

As far as I know, quite a lot of details have changed recently. In November I found out that results are based on HTTP Accept-Language header, language settings of user(when using access token) and localisation of requesting machine.

There is also locale parameter for specifying language. It is not working for some time now, but there is an bug report on that, and it seems, they are going to fix that http://developers.facebook.com/bugs/331184190290797.

UPDATE: Bad news: http://developers.facebook.com/bugs/294623187324442. locale is not working by design.

share|improve this answer
Thank you very much Aleksandra! – Jorge García Betanzos Jan 28 at 7:30
unbelievable!!! – Jorge García Betanzos Jan 30 at 9:11

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.