fb_graph2
fb_graph2 copied to clipboard
Allow changing defaults for root url and api version
When using Rails in a threaded environment, #129 removed the possibility to set the Graph API version in an initializer. Instead, it had to be set on every new thread. To restore the functionality of setting these defaults on a module level, I turned the default constants into mattrs. Minor change. :)