mirror of
https://github.com/nov/fb_graph2
synced 2023-03-27 23:22:15 -04:00
use API v7
This commit is contained in:
parent
a2dd44328e
commit
af4001624e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module FbGraph2
|
|||
mattr_accessor :gem_version, :logger, :debugging, :_http_config_, :object_classes
|
||||
|
||||
DEFAULT_ROOT_URL = 'https://graph.facebook.com'
|
||||
DEFAULT_API_VERSION = 'v2.11'
|
||||
DEFAULT_API_VERSION = 'v7.0'
|
||||
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