Closed gazay closed 10 years ago
For some reason, travis seems unstable. I'll look at the travis fail, so please ignore it fail for now.
I've updated commits
Also I have checked other values, which can be entered as a string in musical/band pages and they're seems fine and working. Maybe in different categories of pages could be this kind of errors, but for now I don't have time to check them all.
Thank you for fast merge =) Very helpful gem
ok, travis green. https://travis-ci.org/nov/fb_graph/builds/23204907
and understood other error cases. thanks!
It's the best time to work on private projects in Japan ;-)
Hometown in facebook can be entered just as a string. It's lead to exception. You can check it by executing following code:
FbGraph::User.fetch 'alexeyushka111'
. I've provided pull request for fb mock with new private json file which can help to test it. After it'll be merged I'll add here spec for this case.What do you think about this fix? Maybe there is a better way?