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:
- 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.
- 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
