English 中文(简体)
FB. 配有方法饲料,造成一种不为人知的错误,CAPTCHA要求
原标题:FB.ui with method feed is resulting in an unknown error and CAPTCHA request
  • 时间:2012-01-15 18:42:25
  •  标签:
  • captcha

我们重新使用以前使用的代码,因此,我怀疑这可能与现场有关。 在使用标准时:

FB.ui(
  {
    method:  feed ,
    app_id:  <?= $LDP->config->facebook->id ?> ,
    name:  Post Name ,
    link: flink,
    picture: "https://www.domain.ca/templates/visual/images/share.gif",
    caption: "Caption",
    description:  Join the fun today! ,
    actions: [
      { name: "Check it out!", link: flink }
    ]
  },
  function(response) {
    if (response && response.post_id) {
      alert( Post was published. );
    } else {
      alert( Post was not published. );
    }
  }
);

它首先显示了预期的方言,当你以从下的权利把 but点点点点点点点点上去,以便查阅上游出版物时,出现了新的人群:

标题:要求

不详的错误

Security Check please enter the text below

[似乎有”

唯一 but子是“Ok”。 妥善解决卡普查造成坠毁(Facebook服务器投掷500个错误)。

任何想法?

最佳回答

Turns out this is a bug with Facebook (broken captcha issue). The pop-up is an innate anti-spam system, but people should be able to succeed with the CAPTCHA. I d filed a private bug with Facebook, and it s slated to be fixed apparently.

问题回答

我也经历了这种情况。 我可以确认,改变这一联系领域使它变得有利。

页: 1 ———————————— 这与我们一样。

Try calls FB.init() before calls FB.ui() to see that helps receive matters in sync. 还肯定在警示中指明“Url”频道。





相关问题
Multiple Forms With Captcha - Error on Ajax Submit

Problem: I have a comment page with each comment box having a reply button. Now the reply buttons have a jquery live click binding on them which when triggered loads the appropriate comment form via ...

reCAPTCHA-like Web Service in other Languages

Is there a CAPTCHA web service like reCAPTCHA that supports languages other than English? It would be nice to have localized CAPTCHAs for non-English users.

Cucumber tests and captcha: how to handle that?

We are considering using Cucumber for testing web applications (not in rails, most of them are asp.net actually). The applications are in production, our main goal is to test if everything is fine ...

zend_captcha always fails isValid()

I ve got an issue with Zend_Captcha always returning false when the page is submitted and the captcha s isValid() method is being called. It s driving my nuts because this as far as I am concerned ...

Custom captcha design

I currently ran into the issue that I do not have the money to buy/rent any professional captchaing service. So I tried to look around for OS captcha generators, and captcha designs. I also had a ...

Zend_Form_Element_Captcha - Reload

how could I add a "reload captcha"-feature? How I could change the image element with JavaScript I know, but how should I manage that with the ZF? I generate the captcha with Zend_Form_Element_Captcha ...

Captcha reloading and animated icon synchronization problem

I want to create a captcha in my website. I will try to describe how I want to do that. See the code below please: <img src=”captcha_img.png”> <img src=”reload.png”> <a href=”..”>...

How to write the Captcha?

I am developing a registration form in that i want to place the CAPTCHA . i generate a random string but how to convert that into the image other wise how can i develop the CAPTCHA code or any ...

热门标签