Validation of Facebook Badge in Rails form
I would like users of my Rails application to be able to submit their Facebook Badge as input in a form, but I absolutely want to to verify that what they provide is a valid Badge, not something that may compromise the security of my system (Javascript ...). Is there a good way to validate a form field that contains a Facebook Badge? ...