Can i post information on a Facebook Group Wall using a Facebook Application in C#
views:
2245answers:
5
+1
A:
Yes you can, here's a link to the Facebook developer wiki for more info.
Chris Missal
2009-08-05 05:16:52
As an update to this comment, the developer wiki is deprecated. Check this out instead: http://developers.facebook.com/docs/
Dave McClelland
2010-07-13 22:42:17
+2
A:
You cannot post on Group Walls.
You can post on User Walls or Public Profile Walls. Not Group Walls.
Andreas Klinger
2009-08-05 14:52:12
A:
Use Webrequest interact with Facebook instead of the Api then you can post on Group walls too.
Jeanix
2009-11-02 13:54:54
A:
how to post on facebook groups wall using asp.net application ? do you have any sample code / reference links?
Shekhar
2010-07-05 06:31:07
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
Hernan
2010-07-13 22:32:28