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'm developing an application that posts, using the graph api, on user's selected groups/pages/wall.

What's happening is that if one member belongs to more than one of the groups the user selected to post to, those posts are displayed more than once in the member's wall. I mean, the same post information but each one on the corresponding group.

Is there a way to tell Facebook api not to show those post on the member's wall? How could I do that?

Thanks in advance.

share|improve this question

1 Answer

up vote 0 down vote accepted

No, but can't you just store the IDs of the groups you've already posted to, and not post multiple times to the same group?

You could also check the group's feed connection before posting to see if there's already an equivalent post

share|improve this answer
Thanks. I'm not posting multiple times to the same group. I do one post per group but if someone belongs to more than one of those groups they'll see the message duplicated in their wall. Also if I don't post to one of the groups some people may not get the message. – HyperD Sep 7 '12 at 20:54

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.