Yammer.Oss.Api by Microsoft Corporation

<PackageReference Include="Yammer.Oss.Api" Version="0.1.0.6" />

Package Files

0 bytes

 Yammer.Oss.Api 0.1.0.6

An easy way to integrate the social fabric that Yammer provides with your Windows 8 and Windows Phone 8 Applications. This API provides clients for OAuth'ing with yammer, posting activities and reading/posting messages in Yammer, as well as uploading files. This package is supports projects targeting .NET Framework 4.5 and above, or .NET for Windows Store apps/Windows Phone Store Apps. When consuming a library that uses this package the Microsot BCL dependencies (listed in the dependencies section) will need to be installed for the project to behave correctly at runtime. This package is not supported in Visual Studio 2010 Supported Platforms: - .NET Framework 4.5+ - .NET for Windows Store apps - Windows Phone 8+ - Portable Class Libraries

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Yammer.Oss.Api</id>
    <version>0.1.0.6</version>
    <title>Yammer SDK for .NET 4.5+</title>
    <authors>Microsoft Corporation</authors>
    <owners>Yammer</owners>
    <licenseUrl>https://yammersdk.codeplex.com/license</licenseUrl>
    <projectUrl>https://yammersdk.codeplex.com/</projectUrl>
    <iconUrl>https://c64.assets-yammer.com/images/guide_photo.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>An easy way to integrate the social fabric that Yammer provides with your Windows 8 and Windows Phone 8 Applications. This API provides clients for OAuth'ing with yammer, posting activities and reading/posting messages in Yammer, as well as uploading files.

	This package is supports projects targeting .NET Framework 4.5 and above, or .NET for Windows Store apps/Windows Phone Store Apps.
	When consuming a library that uses this package the Microsot BCL dependencies (listed in the dependencies section) will need to be installed for the project to behave correctly at runtime.
	This package is not supported in Visual Studio 2010

Supported Platforms:
- .NET Framework 4.5+
- .NET for Windows Store apps
- Windows Phone 8+
- Portable Class Libraries</description>
    <summary>This package provides a programming interface for Integrating Yammer API calls in .NET4.5+ based applications.</summary>
    <releaseNotes>Adding support for specific Win8 and WP8 flows.</releaseNotes>
    <copyright>Copyright © Microsoft Corporation</copyright>
    <language>en-US</language>
    <tags>Yammer SDK HTTP REST API</tags>
    <dependencies>
      <dependency id="Microsoft.Net.Http" version="2.2.18" />
      <dependency id="Microsoft.Bcl" version="1.1.3" />
      <dependency id="Microsoft.Bcl.Build" version="1.0.10" />
      <dependency id="Newtonsoft.Json" version="6.0.1" />
    </dependencies>
  </metadata>
</package>