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