Our app allows users to post to Facebook and Twitter, via their API's. This means a user can select both options at the same time.
The problem here is, if they have the "Post to Facebook" setting enabled (on Twitter). Any tweet coming from our app will be double posted onto Facebook.
This can easily be prevented if Twitter's API exposed whether this setting was enabled. Unfortunately, this is not the case.
Any ideas as to how this can be prevented?