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 add :locale var in fb_graph #363

Closed ikaiser closed 10 years ago

ikaiser commented 10 years ago

Hy all thanks for helpme, i have a question:

How can I add locale var in fb_graph fetc call ?? example i have this code but is not work.

fb_user = FbGraph::User.fetch(auth.info.nickname, {:access_token => auth.credentials.token, :locale => 'it_IT'})

ikaiser commented 10 years ago

resolved : fb_user.feed({:locale => 'it_IT'})