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.
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
feedconnection before posting to see if there’s already an equivalent post