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