我们有一个 facebook 应用程序,它可以在某些时间间隔后全天发布更新。这些消息发布到粉丝页面,同样通过 twitter for facebook 应用程序发布在 twitter 上。问题是它不会按应有的方式自动发布消息并引发此错误。
Koala::Facebook::APIError: OAuthException: (#100) The status you are
trying to publish is a duplicate of, or too similar to, one that we
recently posted to Twitter
消息是:
"#Hashtag summary: N events have occurred in the past X hours. Stay tuned
for further updates."
"#Hashtag update: N events have transpired over the last X hours. Stay
with us for more updates."
它们都没有通过命令提示符发布。
但是,当我尝试通过粉丝页面手动发布时,它不会抱怨并且消息会在两个位置发布。
在这方面的任何帮助都会很棒。