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 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?

share|improve this question

1 Answer

The user can configure in https://facebook.com/twitter if publish only links, estatutes, photos, etc.

If manually they post photos, desactive this opction etc ;)

share|improve this answer
Thanks for trying to help, but as I've pointed out in my question, disabling the link feature is not an option, it needs to remain unchanged, instead I need to be able to define whether to share a post in the appropriate Facebook API call. – ndm Dec 21 '12 at 19: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.