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:
parent
811c4769e8
commit
8d7c1ac4cf
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue