Use Facebook SDK.Net in a portable class library

I am starting to develop an application for Windows Phone 8 and Windows 8, and I am creating a portable class library to share some classes in both projects. In this PCL, I would like to do some action on Facebook, but when I try to add a package from Nuget, I get the following error:

Failed to install the package "Facebook 6.4.2". You are trying to install this package in a project designed for "portable net45 + wp80 + win", but the package does not contain links to assemblies or content files compatible with this infrastructure. For more information, contact the author of the package.

Can I use the Facebook SDK for .NET in a common project for Windows Phone 8 and Windows 8?

Sincerely.

+7
facebook facebook-c # -sdk
source share

No one has answered this question yet.

See related questions:

1571
How does Facebook disable developer tools?
4
Install facebook c # sdk
3
What new settings should be created when installing Facebook C # SDK v6.0 using NuGet?
2
Using the C # Facebook SDK to verify installation though Facebook ads
one
Error getting Facebook NuGet SDK
one
Failed to install the package "Facebook 6.8.0"
0
Facebook Error C # SDK
0
Install Facebook C # SDK
0
Facebook link from nuget packages on Windows Phone 8
0
Install facebook sdk for windows 8 app

All Articles