Sha256: 0a3e8a137358d3f252faf728f80edf05b771c2702bf038880ceacfd3ae4b1056
Contents?: true
Size: 255 Bytes
Versions: 37
Compression:
Stored size: 255 Bytes
Contents
module FbGraph2 class Edge module Posts def posts(params = {}) posts = self.edge :posts, params posts.collect! do |post| Post.new(post[:id], post).authenticate self.access_token end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems