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 been searching for a while to determine a way to receive a notification when someone shares a post that I posted on my company facebook page. Ideally, I would like to see the person's name or email address so that I can enter them in a competition.

does anyone know if this is possible?

thanks so much

share|improve this question
"You must not condition registration or entry upon the user taking any action using any Facebook features or functionality other than liking a Page, checking in to a Place, or connecting to your app. For example, you must not condition registration or entry upon the user liking a Wall post, or commenting or uploading a photo on a Wall." from facebook.com/page_guidelines.php. Just saying... – Björn Kaiser Jul 25 '12 at 20:01

1 Answer

up vote 1 down vote accepted

I'm affraid there's no way to do this, if they do the share under facebook.com. If they are doing it on your domain you can use the Javascript sdk's Events to catch when a user clicks on a like, however you still won't get an email with just that.

But

Even if you could get these informations, facebook doesn't allow you to use their channels as an entry mechanism for your promotion, check the promotion guidelines and see the introduction videos the guidelines and on platform plolicies.

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.