I am working on a new project on windows phone 7, where i need to login to the application using facebook credentials.
I'm very new to facebook api.
For this do i need to create a fb app? or can i get it done directly. If yes HOW?
After user logged in, i want to get some details of the user like first_name, last_name, dob, email, fbId, friend_list, events, friend_birthdays ,status_updates etc., and store it in DB.
The flow of the application would be ==> user opens the app ==> click on login ==> (this will redirect him to fb login page) user enters his credentials ==> if authenticated from facebook get the required details and store in db ==> redirect him into application
Any idea how to achieve this thing????
Thanks...