I am developing an application that will use facebook ad-api to autocomplete the name of the city, however the city identifier that I get from facebook ad-api does not match what I get for the same city from the api chart. For example, pittsburgh, in graph-api, is 11493251851302, which I get from the current current user information. However, when I draw the list of cities using ad-api, the pittsburgh key is 2512017. Is there anyway that I can convert between these two different identification systems? Thank!
source
share