AppMobiWindows8FacebookTemplate 1.0.2
See the version list below for details.
dotnet add package AppMobiWindows8FacebookTemplate --version 1.0.2
NuGet\Install-Package AppMobiWindows8FacebookTemplate -Version 1.0.2
<PackageReference Include="AppMobiWindows8FacebookTemplate" Version="1.0.2" />
paket add AppMobiWindows8FacebookTemplate --version 1.0.2
#r "nuget: AppMobiWindows8FacebookTemplate, 1.0.2"
// Install AppMobiWindows8FacebookTemplate as a Cake Addin #addin nuget:?package=AppMobiWindows8FacebookTemplate&version=1.0.2 // Install AppMobiWindows8FacebookTemplate as a Cake Tool #tool nuget:?package=AppMobiWindows8FacebookTemplate&version=1.0.2
Beta: appMobi's Facebook demo running in a Windows8 Store app as a starting point for your html 5 development.
Learn more about Target Frameworks and .NET Standard.
-
- Facebook (>= 6.0.24)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This template will pull down an AppMobiPage.xaml and the necessary HTML content and placed in a HTML folder. In the OnLaunched method of the App.xaml.cs file change the rootFrame from MainPage to AppMobiPage.
if (!rootFrame.Navigate(typeof(AppMobiPage), args.Arguments))
Add a reference to the Facebook.dll in the bin directory.