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.