1
0
Fork 0
mirror of https://github.com/nov/fb_graph2 synced 2023-03-27 23:22:15 -04:00

switch default Graph API version from 2.0 to 2.3

This commit is contained in:
nov 2015-04-20 13:16:53 +09:00
parent 811c4769e8
commit 8d7c1ac4cf

View file

@ -6,7 +6,7 @@ module FbGraph2
mattr_accessor :root_url, :api_version, :gem_version, :logger, :debugging, :_http_config_, :object_classes
self.root_url = 'https://graph.facebook.com'
self.api_version = 'v2.0'
self.api_version = 'v2.3'
self.gem_version = File.read(File.join(__dir__, '../VERSION')).strip
self.logger = Logger.new(STDOUT)
self.logger.progname = 'FbGraph2'