nsanta / fbgraph

Facebook Open Graph API in Ruby
MIT License
324 stars 40 forks source link

A little better. #26

Closed mlightner closed 14 years ago

mlightner commented 14 years ago

Now you can do:

selection { fields(:first_name, :last_name); param(:metadata => 1) }

Ruby people always like being able to pass blocks that get evaluated in their target object's binding :)

Matt