verify facebook profile link

verify facebook profile link

I am struggling to verify a facebook profile link with jquery.

Users need to fill in the whole url of their FB profile link, not just the username. And multiple options are allowed.

https://facebook.com/somename/  => true (with or without the last / and optional www)
https://facebook.com/pages/  => false (with or without the last / and optional www)
https://facebook.com/pages/somename  => true (with or without the last / and optional www)
https://facebook.com/  => false (with or without the last / and optional www)
https://facebook.com/pages/somename  => true (with or without the last / and optional www)

I have searched on google, but haven't found a good when that does exactly what I need it to do.

Hope it is clear what I try to do.

Cheers,