How to get started with the Facebook C# SDK for WP7?

馋奶兔 提交于 2019-12-03 06:29:37

There is a Windows Phone 7 specific sample in the Facebook C# SDK library:

Samples/CSWinPhone7SimpleApp.sln

It shows how to authentificate a user.

Sample code is no longer available in the SDK itself. Head over to the blog to read up on creating your first app.

Writing your first Facebook Application

This is written for all platforms but it does mention any specifics you need to know for Phone 7 as well.

When I looked last month, they didn't exist. You already found the desktop library that someone at Facebook put a little tiny bit of effort into. It's not a lot of code and you can use it as a reference. The only thing that stops it compiling for WP7 is some code dealing with string encoding. You can work around this fairly easily.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!