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 FB app written in Drupal + PHP + JS. The user can already connect to my app using the "Drupal For Facebook" module (http://drupal.org/project/fb).

I present several external posts to my app users, each one with it's own URL, with a share/like button next to each which is supposed to allow the user to share that URL on his wall.

I have the following requirements:

  1. When the user clicks the button, I want a dialog to open allowing him to post the specified URL as a message to his FB wall.
  2. When the user posts the URL, I wan't to know it and count it in his user profile.

Questions:

  • What is the best way to do it?
  • Can it be done with an FB Share / Like / Send button?
  • Or do I need to construct my own post and send it on behalf of the user? In that case which permissions I need for my App?
  • How to actually do it ? (A code sample would be great).

Remember that I have to count the actual shares per user

Thanks in Advance,

Ammnon

share|improve this question

1 Answer

try the following json codes, seems works for the 4 major social networks http://www.internoetics.com/2012/05/16/count-shares-to-facebook-twitter-linkedin-googleplus/

share|improve this answer
1  
Thanks for posting your answer! Please note that you should post the useful points of an answer here, on this site, or your post risks being deleted See the FAQ where it mentions answers that are 'barely more than a link'. You may still include the link if you wish, but only as a 'reference'. The answer should stand on its own without needing the link. – Andrew Barber Mar 7 at 12:08

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.