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 have created an app, and now i can post a message on my wall with use of the new Graph API.

I am already using oAuth and the Graph-api to get access_token. The API at http://developers.facebook.com/docs/api

but i want to make it custom to specified countries or location

https://graph.facebook.com/feed?access_token=***&MESSAGE=***

what is the custom field for the property?

thanks

share|improve this question

1 Answer

I don't think Facebook allows you to do this currently. Look at the graph API docs on Posting:

http://developers.facebook.com/docs/reference/api/post/

it says on privacy:

"Note: This privacy setting only applies to posts to the current or specified user's own Wall. Facebook ignores this setting for targeted Wall posts (when the user is writing on the Wall of a friend, Page, event, group connected to the user). Consistent with behavior on Facebook, all targeted posts are viewable by anyone who can see the target's Wall. "

I interpret this to mean that if you post on someone else's wall (feed), privacy is out of your control.

share|improve this answer
what about place property ?? check the link again – Salem Ahmed Aug 29 '12 at 8:48
What about it? Docs clearly say, “place: Facebook Page ID of the location associated with this Post” – CBroe Aug 29 '12 at 9:07
privacy.... 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. – Salem Ahmed Aug 29 '12 at 9:59

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.