info_fields
Facebook exposes a `fields` parameter for the `/me` endpoint that allows the client to return additional information about the authenticated user. This commit adds an `info_fields` option that maps directly to that parameter, when specified.
On Ruby 1.8.7 the order of hash key-value pairs is not guaranteed.