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

share|improve this question

1 Answer

up vote 2 down vote accepted

This link will help you to know about Facebook API integration step by step

http://dotnetslackers.com/articles/net/wFace-windows-phone-7-facebook-integration-part-1.aspx

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.