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.

Hi everyone I'm currently working on an iOS app that needs to post to a fan page. I've managed to post to the page without any errors but it doesn't show up on the fan page's wall. When i retrieve the feed from the wall "is_hidden" = 1 is part of the object.

When i check the fan page on the account i was using, the post show up, but if i check the fan page on any other account the post doesn't show up. I've tried going taking a look at the post via the links that are returned in the object under actions and it shows that the message has been marked as spam.

I've checked the fan page permissions and have already set everything to allow. I've also checked under activity log/spam and it doesn't show anything at all.

If anyone has any thought i'd really be really grateful, Thanks.

PS. I've also tried posting to the fan page via the web browser and i get the same result as from the app.

share|improve this question

closed as off topic by stealthyninja, philant, Jimmy Sawczuk, Janak Nirmal, Nik.... Nov 6 '12 at 4:40

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

In my experience, Facebook "tags" some posts as spam for several reason, most of them are quite simple to solve. If your post shows up in capitals such as "HI EVERYBODY"; with too many punctuations such as "cool!!!!!!!!!!!!!" or "why????????????"; similarly "ahahahaha", or "heloooooooo".

All of this is defined by a Facebook algorithm, but Facebook has published no white papers that clearly explain how to deal with it.

I found some information here: http://www.dailymail.co.uk/sciencetech/article-2140500/Comments-DENIED-Now-Facebook-stops-users-making-irrelevant-posts.html

Try searching for "Facebook autospam algorithm".

share|improve this answer
I've been typing one sentence messages with no cap or punctuations for testing. – Ludicrous Nov 5 '12 at 23:03

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