diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-17 23:35:51 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-06-17 23:35:51 -0700 |
commit | 1cfef2932368360a450e963f9e83c32cfd112f55 (patch) | |
tree | 4fb0c5a68ff6cd7af3c25d3156f0aaed266924fb /samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | |
parent | 5fcb636cd7485ccc1c19e36ddb212577ac0c7b43 (diff) | |
download | DotNetOpenAuth-1cfef2932368360a450e963f9e83c32cfd112f55.zip DotNetOpenAuth-1cfef2932368360a450e963f9e83c32cfd112f55.tar.gz DotNetOpenAuth-1cfef2932368360a450e963f9e83c32cfd112f55.tar.bz2 |
Added sample Yammer OAuth 1.0 consumer.
Yammer has a troublesome non-standard implementation of OAuth SP.
Diffstat (limited to 'samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj')
-rw-r--r-- | samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj index 6739bf9..8a580e6 100644 --- a/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj +++ b/samples/DotNetOpenAuth.ApplicationBlock/DotNetOpenAuth.ApplicationBlock.csproj @@ -93,6 +93,7 @@ <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="TwitterConsumer.cs" /> <Compile Include="Util.cs" /> + <Compile Include="YammerConsumer.cs" /> <Compile Include="YubikeyRelyingParty.cs" /> </ItemGroup> <ItemGroup> |