开发者

FaceBook C# SDK in .NET 2.0

开发者 https://www.devze.com 2023-03-07 21:31 出处:网络
I am using facebook registration plugin . Signed request that is sent to other page I need to extract data from it. I am having hardtime using Facebook C# SDK cause it starts with .NET 3.5 version whi

I am using facebook registration plugin . Signed request that is sent to other page I need to extract data from it. I am having hardtime using Facebook C# SDK cause it starts with .NET 3.5 version while I am having a .NET 2.0 application.It shows all errors about assemblies.Is there any开发者_开发知识库 simple function I can include instead of using this whole SDK and complicating things more than I need.


Facebook C# SDK requires minimum of .net 3.5. .net 2.0 is not supported and will not be supported in future versions. The only way would be to update the framework to .net 3.5

0

精彩评论

暂无评论...
验证码 换一张
取 消