I am developing a MVC3 web apps where by creating a data in database, the content of that particular data will be posted to facebook wall as well.
For example, in database i creating a column like this:
Email: abc@abc.com
Messege: Hello World!
and I want this data to be publish at facebook wall, like:
Hello World! from abc@abc.com
Any recommended guidelines or tutorial? Thanks!
