Is it possible to get a user’s (The current facebook authenticated user) zip code from the Facebook sdk for android? I can return back the city, state. Which is fine but I don’t want to have to add a whole maps api just to get a simple translation of city state to zip. Any suggestions? I see that this used to be possible with the Rest api but it is no longer supported.
Is it possible to get a user’s (The current facebook authenticated user) zip code
Share
No, it is not possible because a city/state can have multiple zip codes associated with them. You would need their specific address to determine their zip code, and Facebook does not have that.