Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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);
share|improve this question
Being able to post 'as' the group shouldn't be possible, are you sure you're not confusing your terminology? – Igy Feb 9 at 23:16
You are right in some ways. I tried to post to the group(which is actually a place) with as user that wasn't admin in the group, and then it worked as it was supposed to. But it seems that when you are admin on a group, you automatically post as the group and not as you personal user, with the same permissions. – Morten Holmgaard Feb 10 at 10:58
I still suspect you're saying 'group' when you mean 'page' – Igy Feb 10 at 16:03
You might be right - what is the difference? – Morten Holmgaard Feb 11 at 7:11
The features and design of both have changed a lot since this was posted, but it gives a good summary: facebook.com/blog/blog.php?post=324706977130 – Igy Feb 11 at 15:44

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.