Can i post information on a Facebook Group Wall using a Facebook Application in C#
|
feedback
|
|
You cannot post on Group Walls. You can post on User Walls or Public Profile Walls. Not Group Walls. | |||
|
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 | |||
|
feedback
|
|
Use Webrequest interact with Facebook instead of the Api then you can post on Group walls too. | |||
|
feedback
|