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开发者_JAVA技巧 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).
- 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.
- Alternately, any suggestions on how to include or write a "share" action link would be welcome!
I don't believe that what you're trying to do is possible.
精彩评论