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.

Bob, Mary and Jane are Facebook users. MyApp is a Facebook Application.

Bob and Mary are friends. Mary and Jane are friends. Bob and Jane are not friends. Bob is a user of MyApp (installed, publish_stream).

MyApp publishes a post to Bob's stream, using the Graph API Post (scroll to "Publishing"). Mary "likes" or "comments" on the post.

Problem: Jane cannot see Mary's "like" or "comment" (she would be able to see a "like" by Mary of Bob's status).

  1. I cannot, for the life of me figure out how to create a Post that can be shared further. I tried changing the privacy field to FRIENDS_OF_FRIENDS , EVERYBODY, etc.
  2. Alternately, any suggestions on how to include or write a "share" action link would be welcome!
share|improve this question

1 Answer

I don't believe that what you're trying to do is possible.

share|improve this answer

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.