Metadata
| Authors | Outercurve Foundation |
|---|---|
| Description | The Facebook C# SDK helps .Net developers build web, desktop, phone and metro style applications that integrate with Facebook. |
| IconUrl | http://csharpsdk.org/assets/img/logo75x75.png |
| Language | en-US |
| LicenseUrl | https://raw.github.com/facebook-csharp-sdk/facebook-csharp-sdk/master/LICENSE.txt |
| Owners | Nathan Totten, Prabir Shrestha, Jim Zimmerman |
| ProjectUrl | https://github.com/facebook-csharp-sdk/facebook-csharp-sdk |
| RequireLicenseAcceptance | False |
| Tags | Facebook fb |
Access
You can access data for this project using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install Facebook -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install Facebook -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
NuGet (Package Manager Console)
- Installing the package (search all configured feeds):
-
Install-Package Facebook
- Installing the package (HTTP Basic authentication):
-
Install-Package Facebook -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package Facebook -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Uinstalling the package:
-
Uninstall-Package Facebook
OpenWrap
- Installing the package:
-
o add-wrap Facebook
- Uninstalling the package:
-
o remove-wrap Facebook
Versions
A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.
