I’m facing a little problem with Facebook’s Twitter link feature. I've built a web application where it's possible to post status updates to Facebook and/or Twitter, so far that's working fine.
For Facebook I'm using the Graph API to post to /me/feed. The problem is that these status updates automatically get published on Twitter too, because the Facebook account is linked to it. Disabling this link feature is not an option, because the guys using the application want to keep that beahviour for manually created updates.
So what I'm looking for is an option or something that I could set in the Facebook API call which tells Facebook not to publish the status update on the linked Twitter account. Is there something like that?