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.

Using the Graph API, how do I share a friend's post on my own wall ? I don't want to copy the original post's text and create a new post, becuase I need my friend to see that I shared his post.

The post on my wall should look like this

share|improve this question

1 Answer

up vote 1 down vote accepted

Sharing a post from the API isn't possible - you can only re-post it using the same information, but it would effectively be a new post and wouldn't say who it was shared from (unless you add it manually in the caption, e.g. Someone shared ... via Someone).

share|improve this answer
Thanks. How can I make sure my friend will know I "shared" his post ? I want to leave some kind of notice on his news stream – Musti Rabin Jul 6 '12 at 18:03

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.