4.6 xcode を使用して cordova 3.1.0 を使用してソーシャル アプリケーションを開発しています。私の 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"
}
]
]
誰でも私を助けることができますか?