I want to know which city a visitor of my web page comes from in the following way:
1. If the visitor has a public Facebook profile,
then return her Facebook location.
2. Otherwise, return her location based on the IP address.
I know how to do (2). But is there a way to do (1)?