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 searched high and low for an answer to this issue but haven't been able to figure it out. Basically, If I post as "User A" using a simple FB app I have on "Page B", the post made by that user (via the app) is only displayed to the user. If I log in to the page, or visit the page as a guest or different user, the post can't be seen.

Example: http://screencast.com/t/gl1Ko0f35

Code I'm using:

post = FbGraph::Page.new(PAGE_ID, ACCESS_TOKEN) post.feed!(:message => "This is my message")

This had been working previously but now the posts are only viewable by "User A". To make sure it wasn't the code itself, I left wallposts using Facebook as "User A". The post still is only viewable by the user. As the page, the settings allow anyone to post on that wall. It seems that after using the API to send messages, Facebook thinks that the user is spam...however, as the page I don't even see the notifications. It's as if the post never existed.

Has anyone else run into this? Any help would be great.

Cheers!

share|improve this question
This could be because of either Privacy settings of the user or the post settings of the page. – Vijay Nov 22 '12 at 7:12
@Vijay I did check the settings of both the poster and the page and they're set to accept wallposts and comments from anyone. – RTrois Nov 28 '12 at 16:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.