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.

Hei,

I have an app in which i'm trying to share existing facebook public content from an account (like a link of a photo) to my wall using Facebook PHP SDK, with a call to 'graph.facebook.com/me/feed' and using the original 'link' attribute of the post which looks like this: http://www.facebook.com/photo.php?fbid=XXXXXXX&set=a.XXXX.XX.XXXXXX&type=1&relevant_count=1

The result is a post which says 'Alex Shared XXX's photo' And a preview of the photo appears, but the original post's 'Shares' doesn't get incremented nor does it show the Share i did through the call there.

Is it possible to fix that at all? if so how?

share|improve this question

2 Answers

up vote 0 down vote accepted

There is no current way to reshare a existing post using the API or PHP SDK. The only thing you can do is create a copy of the share and publish it, but it won't increment the original share count as you've already found.

share|improve this answer
Seems so, I've done tons of testing and so far can't get it to work except with new post! – Alex Sayegh Apr 18 at 12:21

Niraj Shah is right there is no way to reshare a post.

But there is a loophole since you can reshare photo posts:

http://stackoverflow.com/a/16294769/441907

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.