简体   繁体   中英

How to login in app using facebook WP8?

i am trying to use my facbook account to login in windows phone 8 application .i need my basic account info like my name email and password etc to proceed in my application . but i could not find a simple solution or any help for this . the solutions i found are too much complex for my understanding if any one give me a link or an anything . Thanks in advance

You can find a step by step solution in the Windows Phone Dev blog .

Should be as easy as installing the Facebook SDK for .NET from Nuget, setting some stuff on the App.manifest file and initiate the login process:

Facebook.Client.FacebookSessionClient.LoginWithApp()

As eshaham mentioned you should have the Facebook API to integrate with your application. Have a look over here for the steps in detail.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM