I am able to publish at message på the groups wall as the group(with permissions publish_actions, publish_stream and manage_pages), but I can't figure out how to do it as my personal user. My goal is to make it possible for every one that likes the group to post on it with the app.
How to do that? - can't seem find any anything about it..
Code to publish with facebook api 3.0:
Request request = new Request(Session.getActiveSession(), "group-id/feed", postParams, HttpMethod.POST, callback);