tags:

views:

2245

answers:

5

Can i post information on a Facebook Group Wall using a Facebook Application in C#

+1  A: 

Yes you can, here's a link to the Facebook developer wiki for more info.

Chris Missal
As an update to this comment, the developer wiki is deprecated. Check this out instead: http://developers.facebook.com/docs/
Dave McClelland
+2  A: 

You cannot post on Group Walls.

You can post on User Walls or Public Profile Walls. Not Group Walls.

Andreas Klinger
A: 

Use Webrequest interact with Facebook instead of the Api then you can post on Group walls too.

Jeanix
A: 

how to post on facebook groups wall using asp.net application ? do you have any sample code / reference links?

Shekhar
A: 

If you have permissions I think you can use the the Graph Api to do http://graph.facebook.com/GROUP_ID/feed and Post on the feed

Here is a library for the facebook graph api

Hernan