nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

Support for locale in getting Graph API. #312

Closed cdr6275 closed 11 years ago

cdr6275 commented 11 years ago

Hi,

I'm a Japanese programmer and I found the current fb_graph cannot handle locale for Graph API. I would like to get names represented in Japanese other than English, so I wrote this patch. The following URL shows the specification of locale support.

https://developers.facebook.com/docs/reference/api/locale/

Thanks.

cdr6275 commented 11 years ago

Thank you.