I have currently implemented facebook login and taking access of user's location. Like this:
user.profile.city = auth.info.location
I need only city of user, but location gives city and state. As per permission docs, location is user's city. But it is giving state too.
How to get only city? Is there any way?