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.

Can i develop a facebook application that notifies me about new fans and their email addresses?

I would like to install it on fanpages i don't administer (with owner authorization).

thanks

share|improve this question

closed as not a real question by Igy, Brad Larson Jul 25 '12 at 22:55

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

In a page tab app, you can check if the current user is a fan of the page. (That info is in the signed_request parameter that gets transferred to your app on first load inside the iframe.)

But for the email address, you’d have to have the user connect to your app and ask them for permission to access that info. (And until they connect to your app, you won’t even now their user id.)

share|improve this answer
ok, but will it work even if i install the app on fan pages that are not mine? i would like to give some kind of reward/discount to an user when he "likes" coca-cola, is this possible when coca-cola installs my app on their facebook page? – user1551106 Jul 25 '12 at 9:55
Yes - once your app is installed as a page tab on some fan site, it has access to whether the current user likes that page or not. – CBroe Jul 25 '12 at 11:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.