1
0
Fork 0
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:
nov 2020-06-30 13:53:03 +09:00
parent a2dd44328e
commit af4001624e

View file

@ -9,7 +9,7 @@ module FbGraph2
mattr_accessor :gem_version, :logger, :debugging, :_http_config_, :object_classes mattr_accessor :gem_version, :logger, :debugging, :_http_config_, :object_classes
DEFAULT_ROOT_URL = 'https://graph.facebook.com' 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.gem_version = File.read(File.join(__dir__, '../VERSION')).strip
self.logger = Logger.new(STDOUT) self.logger = Logger.new(STDOUT)
self.logger.progname = 'FbGraph2' self.logger.progname = 'FbGraph2'