ios - Phonegap 3.0.0 - Facebook SDK 3.6 - FB plugin: Facebook connect not found -


i'm having problem phonegap 3.0.0 , facebook plugin. followed explanation letter (two times), , i'm beginning think either i'm doing stupendously wrong, or versions don't line properly.

the error both hackbook , simple.html is:

error: plugin 'org.apache.cordova.facebook.connect' not found, or not cdvplugin. check plugin mapping in config.xml. 

so according found online (which in case not whole lot seeing made mayor changes in recent versions), seems either plist or xml.

so hoping has gotten running already, or knows i'm doing wrong.

as config.xml, i'm using 1 in www folder (is correct one?), , added:

<gap:plugin name="com.phonegap.plugins.facebookconnect">         <param name="app_id" value="[app_id]" />         <param name="app_name" value="[app_name]" /> </gap:plugin> 

as plist ended adding:

<key>facebookdisplayname</key> <string>[app_name]</string> <key>facebookappid</key> <string>[app_id]</string> <key>cfbundleurltypes</key> <array>     <dict>         <key>cfbundleurlname</key>         <string>[app_name]</string>         <key>cfbundleurlschemes</key>         <array>             <string>fb[app_id]</string>         </array>     </dict> </array> 

the rest done stated in tutorial of github page.

not sure specific plugin phonegap has started using format in config.xml

<feature name="geolocation">     <param name="ios-package" value="cdvlocation" /> </feature> 

i installed command line using command line tool. in root directory(one above www directory, here have plugins, www,platforms, , merges folder), , run following command.

 phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git 

not sure if applies plugins not listed on phonegaps documentation page try facebook connect plugin , change url url of facebook connect's git repo. if works command line tool should update config.xml , else needed. hope helps said, haven't tried facebook plugin had similar issue other out of box plugins , how resolved those.

edit:

here url thread answered similar issue different plugin. response. cordova ios plugins not found


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -