lib/adparlor/facebook/graph_api/fields/page.rb in adparlor-facebook-0.6.4 vs lib/adparlor/facebook/graph_api/fields/page.rb in adparlor-facebook-0.6.5
- old
+ new
@@ -1,10 +1,10 @@
module Adparlor
module Facebook
module GraphApi
module Fields
module Page
- FIELDS = [:id, :access_token, :leadgen_tos_accepted, :name, :name_with_location_descriptor].freeze
+ FIELDS = [:id, :access_token, :leadgen_tos_accepted, :name, :name_with_location_descriptor, :new_like_count].freeze
end
end
end
end
end