Let me explain my current situation:
I am looking to retrieve a list of emails for the friends associated with a specific user.
Here is the step-by-step process I envision:
- A div box will appear prompting the user to log in using their Facebook credentials (separate from my website's account system).
- After entering their Facebook login information, a button will be displayed.
- Send email to all friends.
Once the user clicks this button, an email should be sent out to all of that user's friends.
Questions:
My goal is to only access emails from the user's friends, so...
1) Am I essentially creating a Facebook app?
Many tutorials mention Facebook apps and the necessity of going to Facebook to create an app with various settings like page redirects. I simply want access to the information without creating a separate app.
2) If an app is required, how does it integrate with my website? Some sources discuss iframes and other integration methods. How do I determine which method to use and how to seamlessly incorporate it into my site?