lib/fb_graph/post.rb in fb_graph-2.2.0.alpha2 vs lib/fb_graph/post.rb in fb_graph-2.2.0.beta

- old
+ new

@@ -1,9 +1,10 @@ module FbGraph class Post < Node include Connections::Comments include Connections::Insights include Connections::Likes + include Connections::Likes::Likable extend Searchable attr_accessor :from, :to, :with_tags, :message, :message_tags, :picture, :link, :name, :caption, :description, :source, :properties, :icon, :actions, :privacy, :type, :graph_object_id, :application, :targeting, :created_time, :updated_time, :story, :story_tags def initialize(identifier, attributes = {}) \ No newline at end of file