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've been looking anywhere about this and can't seem to improve my luck. In my fb app, the FB status I have posted is reflected in my blog site. I have already linked it, I just wanted to add feature by checking if it was set to "Public" then it should reflect in the blog site. I'm using PHP SDK. Hope you can help me with this. Thanks!

share|improve this question

1 Answer

up vote 1 down vote accepted

Here is a link to the fields list of a Facebook post : https://developers.facebook.com/docs/reference/api/post/

and here a link describing the privacy parameter : https://developers.facebook.com/docs/reference/api/privacy-parameter/

All the privacy informations are located in the "privacy" field wich is a JSON object.

share|improve this answer
Thanks for the response. I am now trying to work the checking thanks to your links, I didn't know how to find those in the FB docs. – Compaq LE2202x Jan 14 at 3:48
If you have any other problem feel free to ask. And if you can select my answer it'll be cool ! – Genesor Jan 14 at 13:33

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.