Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm aware that the Post Graph API object has a privacy attribute that can be specified when an app is allowing the user to create a post.

From that documentation, we can see that:

The description field may contain a comma-separated lists of valid country, city and language if a Page's post targeting by location/language is specified.

Fantastic. So where do we retrieve the current, valid country, cities and languages that are allowed to be used in that field? Guess work? An FQL table that isn't in the docs?

Anyone able to help?

share|improve this question

1 Answer

I'm going to answer my own question:

A little un-intuitively, perhaps, you can grab this information from the Facebook ads api here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.