简体   繁体   English

无法将Twitter插件集成到cordova iO中

[英]Can't be Integrate Twitter Plugin in cordova iOs

I'm developing social application using cordova 3.1.0 using 4.6 xcode.and my os x version is 10.8.5. 我正在使用4.6 xcode使用cordova 3.1.0开发社交应用程序,而我的os x版本是10.8.5。 Now,I'm trying to implementing twitter plugin for my application.i got the source from this : LINK 现在,我正在尝试为我的应用程序实现twitter插件。我从此获得了源: LINK

I've gone thru step by step.I also integrated child-browser framework. 我一步一步走了。我还集成了子浏览器框架。 Now.i got this Error: Now.i出现此错误:

2013-10-17 12:15:17.141 FinalTwitter[12484:c07] ERROR: Method 'showWebPage:' not defined in Plugin 'ChildBrowser'
2013-10-17 12:15:17.141 FinalTwitter[12484:c07] -[CDVCommandQueue executePending] [Line 117] FAILED pluginJSON = [
  "ChildBrowser383058088",
  "ChildBrowser",
  "showWebPage",
  [
    "https:\/\/api.twitter.com\/oauth\/authorize?oauth_token=xxxxxxxxxxxxxxxxxxxxxxxxxxxx&oauth_token_secret=xxxxxxxxxxxxxxxxxxxxxxxxxxxx&oauth_callback_confirmed=true",
    {
      "showLocationBar" : true,
      "locationBarAlign" : "top"
    }
  ]
]

can any one help me? 谁能帮我?

该插件不再称为ChildBrowser,而是inAppBrowser ;)您应该更新我相信的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM