我正在使用 Cordova 3.1.0 使用 4.6 xcode 开发社交应用程序。我的 os x 版本是 10.8.5。现在,我正在尝试为我的应用程序实现 twitter 插件。我从这里得到了源代码:LINK
我一步一步地完成了。我还集成了子浏览器框架。现在,我得到了这个错误:
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"
}
]
]
谁能帮我?