Sha256: f87e401bcf575c59245b52677e742657919dbf7cc26efc30f3c44118007c7d24

Contents?: true

Size: 558 Bytes

Versions: 34

Compression:

Stored size: 558 Bytes

Contents

module FbGraph2
  class Photo < Node
    include Edge::Comments
    include Edge::Likes::LikeeContext
    include Edge::Tags

    register_attributes(
      raw: [
        :backdated_time_granularity, :height, :icon, :link, :name, :page_story_id, :picture, :position, :source, :width,
        # NOTE: as cover photo
        :offset_y, :offset_x
      ],
      time: [:backdated_time, :created_time, :updated_time],
      page: [:place],
      profile: [:from],
      album: [:album],
      image_sources: [:images],
      custom: [:name_tags]
    )
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
fb_graph2-0.7.9 lib/fb_graph2/photo.rb
fb_graph2-0.7.8 lib/fb_graph2/photo.rb
fb_graph2-0.7.7 lib/fb_graph2/photo.rb
fb_graph2-0.7.6 lib/fb_graph2/photo.rb
fb_graph2-0.7.5 lib/fb_graph2/photo.rb
fb_graph2-0.7.4 lib/fb_graph2/photo.rb
fb_graph2-0.7.3 lib/fb_graph2/photo.rb
fb_graph2-0.7.2 lib/fb_graph2/photo.rb
fb_graph2-0.7.1 lib/fb_graph2/photo.rb
fb_graph2-0.7.0 lib/fb_graph2/photo.rb
fb_graph2-0.6.2 lib/fb_graph2/photo.rb
fb_graph2-0.6.1 lib/fb_graph2/photo.rb
fb_graph2-0.6.0 lib/fb_graph2/photo.rb
fb_graph2-0.5.3 lib/fb_graph2/photo.rb
fb_graph2-0.5.2 lib/fb_graph2/photo.rb
fb_graph2-0.5.1 lib/fb_graph2/photo.rb
fb_graph2-0.5.0 lib/fb_graph2/photo.rb
fb_graph2-0.4.4 lib/fb_graph2/photo.rb
fb_graph2-0.4.3 lib/fb_graph2/photo.rb
fb_graph2-0.4.1 lib/fb_graph2/photo.rb