Click here to Skip to main content
15,891,136 members
Articles / Web Development / ASP.NET

Facebook Integration via Hammock

Rate me:
Please Sign up or sign in to vote.
4.82/5 (10 votes)
10 Jul 2011CPOL5 min read 38.6K   1.5K   24  
Recently I made the distinction between frameworks where community driven libraries thrive, and evolving APIs where they often become the kiss of death. In this article I want to give an example of integrating with Facebook using the REST library Hammock.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FacebookDemo", "FacebookDemo\FacebookDemo.csproj", "{7199F941-FDDE-47B1-B018-1EE25310D4B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FacebookDemo.Lib", "FacebookDemo.Lib\FacebookDemo.Lib.csproj", "{D024932B-F41F-4EEF-941B-44EB62629511}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7199F941-FDDE-47B1-B018-1EE25310D4B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7199F941-FDDE-47B1-B018-1EE25310D4B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7199F941-FDDE-47B1-B018-1EE25310D4B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7199F941-FDDE-47B1-B018-1EE25310D4B1}.Release|Any CPU.Build.0 = Release|Any CPU
		{D024932B-F41F-4EEF-941B-44EB62629511}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D024932B-F41F-4EEF-941B-44EB62629511}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D024932B-F41F-4EEF-941B-44EB62629511}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D024932B-F41F-4EEF-941B-44EB62629511}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United Kingdom United Kingdom
Mike Carlisle - Technical Architect with over 20 years experience in a wide range of technologies.

@TheCodeKing

Comments and Discussions