Map<String, Object> options = new HashMap<String, Object>();
for (Map.Entry<Object, Object> entry : properties.entrySet()) {
options.put(entry.getKey().toString(), entry.getValue());
}
configuration = new FacebookConfiguration();
IntrospectionSupport.setProperties(configuration, options);
}