by Bobbi Perreault
11. January 2010 02:47
Share on FacebookMouthful! Long subject, short post. I need to be able to pull comments out of Facebook Notes and back into a BlogEngine.NET site.
I'm starting by playing around with an extension for BlogEngine.NET that incorporates the Facebook produced comments widget. This extension provides an admin page for the blog owner to enter application API key, and if enabled will incorporate Facebook Comments widget after every post. There's a different implementation (V2) of this extension here.
If you'd like the code to incorporate FaceBook comments widget as a BlogEngine.NET extension, there's a link below.
And here are a few notes on the code.
This extension uses
admin tool - User controls\FacebookNotes\adminNotesComments.aspx
extension code: \BL\Extensions\FaceBookNotes.cs
Copy the files into included folders. It won't work until you plug in your Facebook APIKey into the admin page. You'll find the admin page on extensions admin list after you copy these files to their folders and restart your blog application.
Facebook instructions for embedding the comments widget directly:
http://developers.facebook.com/news.php?blog=1&story=198
FacebookNotes_1.0.zip (6.92 kb)