mmangino / mogli

Facebook Open Graph Library
http://developers.facebook.com/docs/opengraph
MIT License
309 stars 107 forks source link

Fix for incorrect handling of requesting fields on an association. Currently (as of 5/22/2012) erroring out on Facebook. #117

Closed ameketa closed 12 years ago

ameketa commented 12 years ago

If we request specific fields on an association, e.g., user.friends(:birthday, :first_name, :last_name) the fields need to be translated into a single comma-separated parameter for Facebook to respect it. Similar fix to c7b7fd8e