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 am trying to post custom fb objects on my wall using php facebook sdk and facebook graph api. And i am getting this error. I tried, but could not find specific answer about that. Even is not mentioned on Facebook Itself. Is there anyone can help me to get this issue resolve.

share|improve this question
it would be better if newbies like me on stackoverflow could get the reason of down rating. So that guys like me should be aware for the future posts. – Terry Su Aug 24 '12 at 20:25

1 Answer

up vote 1 down vote accepted

You are talking about publishing an Open Graph action, I suppose?

See https://developers.facebook.com/docs/opengraph/actions/#create:

Optional Parameters Requiring Review

You must request these optional properties during the Open Graph submission flow.

The message parameter is one of those that need to be approved by Facebook before you can use them.

share|improve this answer
It works! I found the problem. Thank you to drive me in correct direction. – Terry Su Aug 20 '12 at 8:46

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.