Click here to Skip to main content
15,891,184 members
Articles / Productivity Apps and Services / Sharepoint

Facebook Webpart for SharePoint - Part 1

Rate me:
Please Sign up or sign in to vote.
4.38/5 (5 votes)
14 Mar 2011MIT6 min read 75.7K   394   14  
In this two series article, we will show how to create Facebook webparts. In this first part, we will develop the ShowWall webpart, that will enable you to fetch walls/posts made by a user on your own SharePoint portal. In the second part, we will develop the webpart for posting updates to Facebook.
  • facebookwebpartsharepoint_src.zip
  • BrickRed.WebParts.Facebook.Wall.zip
    • .svn
      • all-wcprops
      • entries
      • prop-base
        • key.snk.svn-base
        • props
        • text-base
          • BrickRed.WebParts.Facebook.Wall.csproj.svn-base
          • BrickRed.WebParts.Facebook.Wall.sln.svn-base
          • key.snk.svn-base
        • tmp
          • BrickRed.WebParts.Facebook.Wall.csproj.tmp
          • prop-base
          • props
          • text-base
      • bin
        • Debug
          • BrickRed.Facebook.Webparts.wsp
          • BrickRed.WebParts.Facebook.Wall.dll
          • BrickRed.WebParts.Facebook.Wall.pdb
      • BrickRed.WebParts.Facebook.Wall.csproj
      • BrickRed.WebParts.Facebook.Wall.csproj.user
      • BrickRed.WebParts.Facebook.Wall.sln
      • BrickRed.WebParts.Facebook.Wall.suo
      • .svn
      • EditorParts
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • WriteOnWallEditorPart.cs.svn-base
          • tmp
            • prop-base
            • props
            • text-base
        • WriteOnWallEditorPart.cs
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
          • tmp
            • prop-base
            • props
            • text-base
          • .svn
            • all-wcprops
            • entries
            • prop-base
            • props
            • text-base
              • Feature.feature.svn-base
              • Feature.Template.xml.svn-base
            • tmp
              • Feature.feature.tmp
              • Feature.Template.xml.tmp
              • prop-base
              • props
              • text-base
          • Feature.feature
          • Feature.Template.xml
      • Images
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • SharePointProjectItem.spdata.svn-base
          • tmp
            • prop-base
            • props
            • text-base
        • BrickRed
          • .svn
            • all-wcprops
            • entries
            • prop-base
              • BrickRedFeatureLogo.png.svn-base
            • props
            • text-base
              • BrickRedFeatureLogo.png.svn-base
            • tmp
              • prop-base
              • props
              • text-base
          • BrickRedFeatureLogo.png
        • SharePointProjectItem.spdata
      • key.snk
      • Layouts
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • SharePointProjectItem.spdata.svn-base
          • tmp
            • prop-base
            • props
            • text-base
        • BrickRed.WebParts.Facebook.Wall
          • .svn
            • all-wcprops
            • entries
            • prop-base
            • props
            • text-base
              • BrickRed.Facebook.Wall.css.svn-base
            • tmp
              • prop-base
              • props
              • text-base
          • BrickRed.Facebook.Wall.css
          • Images
            • .svn
              • all-wcprops
              • entries
              • prop-base
                • Comments.png.svn-base
                • Likes.png.svn-base
              • props
              • text-base
                • Comments.png.svn-base
                • Likes.png.svn-base
              • tmp
                • prop-base
                • props
                • text-base
            • Comments.png
            • Likes.png
        • SharePointProjectItem.spdata
      • LikeBox
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • Elements.xml.svn-base
            • LikeBox.cs.svn-base
            • LikeBox.webpart.svn-base
            • SharePointProjectItem.spdata.svn-base
          • tmp
            • prop-base
            • props
            • text-base
        • Elements.xml
        • LikeBox.cs
        • LikeBox.webpart
        • SharePointProjectItem.spdata
      • LikeButton
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • Elements.xml.svn-base
            • LikeButton.cs.svn-base
            • LikeButton.webpart.svn-base
            • SharePointProjectItem.spdata.svn-base
          • tmp
            • Elements.xml.tmp
            • LikeButton.cs.tmp
            • LikeButton.webpart.tmp
            • prop-base
            • props
            • SharePointProjectItem.spdata.tmp
            • text-base
        • Elements.xml
        • LikeButton.cs
        • LikeButton.webpart
        • SharePointProjectItem.spdata
      • obj
      • pkg
      • pkgobj
        • Debug
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • AssemblyInfo.cs.svn-base
          • tmp
            • prop-base
            • props
            • text-base
        • AssemblyInfo.cs
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • Elements.xml.svn-base
            • SharePointProjectItem.spdata.svn-base
            • ShowWall.cs.svn-base
            • ShowWall.webpart.svn-base
          • tmp
            • prop-base
            • props
            • text-base
        • Elements.xml
        • SharePointProjectItem.spdata
        • ShowWall.cs
        • ShowWall.webpart
      • WriteOnWall
        • .svn
          • all-wcprops
          • entries
          • prop-base
          • props
          • text-base
            • Elements.xml.svn-base
            • SharePointProjectItem.spdata.svn-base
            • WriteOnWall.cs.svn-base
            • WriteOnWall.webpart.svn-base
          • tmp
            • prop-base
            • props
            • text-base
        • Elements.xml
        • SharePointProjectItem.spdata
        • WriteOnWall.cs
        • WriteOnWall.webpart

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 MIT License


Written By
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions