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 want to target fans by age when adding a Post to a facebook page using Graph API , I think I can't use the 'targeting' field because it mentions that it's for targeting countries, cities, regions or locales . I found 'feed_targeting' for photos but no solutions for posts .

Please help me .

share|improve this question
I think the only way you can target a post to a specific demographic is via an advertisement. I don't believe there is any way to do that just via a post. – cpilko Jan 13 at 16:22
Related to a question I asked and answered here: stackoverflow.com/questions/15280604/… – Doug Tabuchi Apr 9 at 16:00

1 Answer

  • Make sure that gating is turned on for the page gate

  • Make sure that you use the page token not the user token.

  • Then when you create you're post with the api the targeting param will perform gating while the feed_targeting param will do news feed targeting.

Note: Gating only works for language and country.

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.