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 want to do the following, but not sure if it is possible with the current API. The only thing I found in the AP is the ability to tell if a FB user is a fan. Here goes:

When a user clicks the become a fan button, it sends a custom message (email or facebook email) with url to redeem a code for a free song. The code is obtained from my own custom DB.

Is this possible?

share|improve this question
I'm not sure, but it's definitely possible to turn them on after they've become a fan! dweebist.com/2010/02/become-a-fan – Thomas Apr 2 '10 at 14:23

1 Answer

Unfortunately ... no.

You can't define a callback for when someone becomes a friend of a page, so that's out. There's also no way currently to get the list of fans for a page through the API.

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.