Hey @nov, here's another screwy Facebook response. Not sure if we're making too many calls, but sometimes Facebook would just completely throw up and return HTML even though we're asking for JSON (through fb_graph). The result is that you get something like this:
/vendor/bundle/jruby/1.9/bundler/gems/fb_graph-f726ffccaa78/lib/fb_graph/node.rb:159 in "handle_response"
/vendor/bundle/jruby/1.9/bundler/gems/fb_graph-f726ffccaa78/lib/fb_graph/node.rb:155 in "handle_response"
/vendor/bundle/jruby/1.9/bundler/gems/fb_graph-f726ffccaa78/lib/fb_graph/node.rb:49 in "get"
/vendor/bundle/jruby/1.9/bundler/gems/fb_graph-f726ffccaa78/lib/fb_graph/searchable.rb:6 in "search"
/vendor/bundle/jruby/1.9/bundler/gems/fb_graph-f726ffccaa78/lib/fb_graph/searchable.rb:15 in "search"
Do you think fb_graph should handle this or leave as is?
Hey @nov, here's another screwy Facebook response. Not sure if we're making too many calls, but sometimes Facebook would just completely throw up and return HTML even though we're asking for JSON (through fb_graph). The result is that you get something like this:
Trace:
Do you think fb_graph should handle this or leave as is?