Closed ikaiser closed 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'})
resolved : fb_user.feed({:locale => 'it_IT'})
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'})