up vote 2 down vote favorite
2
share [g+] share [fb]

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

link|improve this question
feedback

3 Answers

You cannot post on Group Walls.

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown