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 have a post schedule App for my page, but if i post from this Application i can't see the "share" button on the posts and this function is very important... How can i add this, is there any solution?

I found only codes for the share button on websites, but for the Facebook PHP SDK posts not yet...

Thanks a lot!

share|improve this question

1 Answer

up vote 0 down vote accepted

The answer is this (i figured out):

In the posting method don't use $facebook->api('me/feed', 'POST', $variables);, instead use this: $facebook->api('me/links', 'POST', $variables);

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.